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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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));