summaryrefslogtreecommitdiff
path: root/scss/base/_theme.scss
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+joeacarstairs@users.noreply.github.com>2024-01-29 13:13:00 +0000
committerGitHub <noreply@github.com>2024-01-29 13:13:00 +0000
commitd4220e1939f7c7d4ba9392b06026759063c51345 (patch)
treeeaa2b7140c584af42b97d9c0193244060f2b907b /scss/base/_theme.scss
parent9f29a1bb17c06e86a75d7c5c9dd9200a8d7a50bb (diff)
parentf7528892196734b7246377d63a8804e3f435b9ba (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.scss16
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