add custom properties for always light and dark colors

This commit is contained in:
madrilene 2024-06-06 17:26:01 +02:00
parent 4b8e3876f1
commit 22a984ab2d

View file

@ -31,6 +31,8 @@ Adjust fallbacks if modern color syntax not supported for text and bg variants.
/* Default / Light theme specific variables */
:root,
:root[data-theme='light'] {
--color-dark: var(--color-base-dark);
--color-light: var(--color-base-light);
--color-text: var(--color-base-dark);
--color-bg: var(--color-base-light);
--color-base: var(--color-base-dark);