mirror of
https://gh.wpcy.net/https://github.com/Tetrakern/fictioneer-child-theme.git
synced 2026-04-26 10:02:21 +08:00
15 lines
288 B
CSS
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. */
|
|
}
|