summaryrefslogtreecommitdiff
path: root/public/css/base/theme.css
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-20 07:27:36 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-20 07:27:36 +0100
commit9c187fa375197907408a8d905d53d7514bbeb9a0 (patch)
tree681ee6164d4ba746730e5509786635f6732736f4 /public/css/base/theme.css
parentac3666f65bd81f48c8d88099310070eeff46fbd7 (diff)
Moves sectioning theming to theme.css
Diffstat (limited to 'public/css/base/theme.css')
-rw-r--r--public/css/base/theme.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/public/css/base/theme.css b/public/css/base/theme.css
index 5ee8b4b..f5d178c 100644
--- a/public/css/base/theme.css
+++ b/public/css/base/theme.css
@@ -6,4 +6,8 @@
: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