summaryrefslogtreecommitdiff
path: root/scss/custom-properties/_colours.scss
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+joeacarstairs@users.noreply.github.com>2024-10-05 17:27:40 +0100
committerGitHub <noreply@github.com>2024-10-05 17:27:40 +0100
commit2febffe5e3036c4b35dff4a8b274f42a7f8fef42 (patch)
tree7287800600f340871620631b8431cef37fc58891 /scss/custom-properties/_colours.scss
parent285023b7c6bac87e049df0d8040ecd8f4a16ae78 (diff)
parentfdf28cb097596159a002326823f374a64e95c23c (diff)
Merge pull request #103 from joeacarstairs/staging
Update prod
Diffstat (limited to 'scss/custom-properties/_colours.scss')
-rw-r--r--scss/custom-properties/_colours.scss8
1 files changed, 5 insertions, 3 deletions
diff --git a/scss/custom-properties/_colours.scss b/scss/custom-properties/_colours.scss
index 138a724..c8f31b6 100644
--- a/scss/custom-properties/_colours.scss
+++ b/scss/custom-properties/_colours.scss
@@ -9,7 +9,8 @@
--special-text-highlight-color: #{colours.$secondary-90};
}
-:root, .dark {
+:root,
+.dark {
--text-color: #{colours.$primary-98};
--text-highlight-color: #{colours.$primary-10};
--background-color: #{colours.$primary-10};
@@ -18,6 +19,7 @@
--special-text-highlight-color: #{colours.$secondary-10};
}
-:is(main, article) > section:nth-child(even):not(:is(section, header) :is(section, header)):not(.dark *) {
- --background-color: #{colours.$primary-95};
+:is(main, article)
+ > section:nth-child(even):not(:is(section, header) :is(section, header)):not(.dark *) {
+ --background-color: #{colours.$primary-95};
}