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