summaryrefslogtreecommitdiff
path: root/scss/base/theme.scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss/base/theme.scss')
-rw-r--r--scss/base/theme.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/scss/base/theme.scss b/scss/base/theme.scss
new file mode 100644
index 0000000..f5d178c
--- /dev/null
+++ b/scss/base/theme.scss
@@ -0,0 +1,13 @@
+:root {
+ 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