fictioneer-child-theme/css/fictioneer-child-style.css
2023-01-20 01:32:29 +01:00

15 lines
288 B
CSS

:root {
/* General and dark mode. */
}
:root[data-theme=default] {
/* Only applied if theme is selected. */
}
:root[data-mode=light] {
/* Only applied in light mode. */
}
:root[data-mode=light][data-theme=default] {
/* Only applied in light mode and if theme is selected. */
}