You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-08-07 23:03:36 +02: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:
@ -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));
|
||||||
|
Reference in New Issue
Block a user