1
0
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:
Brandon Wees
2025-05-27 14:42:22 -05:00
committed by GitHub
parent 219f5b25a4
commit a231d7be64

View File

@ -34,7 +34,7 @@
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 {
--color-immich-primary: rgb(var(--immich-primary));