diff options
| author | Joe Carstairs <65492573+joeacarstairs@users.noreply.github.com> | 2024-01-29 13:13:00 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-29 13:13:00 +0000 |
| commit | d4220e1939f7c7d4ba9392b06026759063c51345 (patch) | |
| tree | eaa2b7140c584af42b97d9c0193244060f2b907b /scss/base/_theme.scss | |
| parent | 9f29a1bb17c06e86a75d7c5c9dd9200a8d7a50bb (diff) | |
| parent | f7528892196734b7246377d63a8804e3f435b9ba (diff) | |
Merge branch 'deployment-staging' into 34-add-disabled-button-variant34-add-disabled-button-variant
Diffstat (limited to 'scss/base/_theme.scss')
| -rw-r--r-- | scss/base/_theme.scss | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/scss/base/_theme.scss b/scss/base/_theme.scss index f5d178c..c97c788 100644 --- a/scss/base/_theme.scss +++ b/scss/base/_theme.scss @@ -1,13 +1,11 @@ -:root { +:is( + :root, + .dark, + main, + article, + :is(main, article) > section:not(:is(section, header) :is(section, header)) +) { color: var(--text-color); background-color: var(--background-color); } -:is(main, article) { - color: var(--text-color); - background-color: var(--background-color); -} - -:is(main, article) > section:not(:is(section, header) :is(section, header)) { - background-color: var(--background-color); -}
\ No newline at end of file |
