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 herepull/17798/head^2
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…
Reference in New Issue