diff options
Diffstat (limited to 'scss/base/_theme.scss')
| -rw-r--r-- | scss/base/_theme.scss | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/scss/base/_theme.scss b/scss/base/_theme.scss index c97c788..4f06041 100644 --- a/scss/base/_theme.scss +++ b/scss/base/_theme.scss @@ -1,11 +1,10 @@ :is( - :root, - .dark, - main, - article, - :is(main, article) > section:not(:is(section, header) :is(section, header)) -) { + :root, + .dark, + main, + article, + :is(main, article) > section:not(:is(section, header) :is(section, header)) + ) { color: var(--text-color); background-color: var(--background-color); } - |
