diff options
| author | Joe Carstairs <me@joeac.net> | 2024-10-05 17:20:10 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2024-10-05 17:20:10 +0100 |
| commit | 86f31617fb3b2f7f8b42451451840a6cc8ee851c (patch) | |
| tree | 4cdb2d1ef4b16867af91ffd5b89676dbd7b31806 /scss/custom-properties/_colours.scss | |
| parent | 41bbbc349696dc72a1a672e0917c0ff1ab00835a (diff) | |
applies prettier
Diffstat (limited to 'scss/custom-properties/_colours.scss')
| -rw-r--r-- | scss/custom-properties/_colours.scss | 8 |
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}; } |
