mirror of
https://github.com/immich-app/immich.git
synced 2025-07-07 10:14:08 -04:00
chore: allow overriding dark mode to light mode with the .light class (#18687)
* allow overriding dark mode to light mode with the .light class * light and dark are in the same block, dont use .light here
This commit is contained in:
parent
219f5b25a4
commit
a231d7be64
@ -34,7 +34,7 @@
|
|||||||
grid-template-columns: repeat(auto-fill, minmax(min(calc(var(--spacing) * --value(number)), 100%), 1fr));
|
grid-template-columns: repeat(auto-fill, minmax(min(calc(var(--spacing) * --value(number)), 100%), 1fr));
|
||||||
}
|
}
|
||||||
|
|
||||||
@custom-variant dark (&:where(.dark, .dark *));
|
@custom-variant dark (&:where(.dark, .dark *):not(.light));
|
||||||
|
|
||||||
@theme inline {
|
@theme inline {
|
||||||
--color-immich-primary: rgb(var(--immich-primary));
|
--color-immich-primary: rgb(var(--immich-primary));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user