summaryrefslogtreecommitdiff
path: root/public/css/base/theme.css
diff options
context:
space:
mode:
authorJoe Carstairs <118172583+jcarstairs-scottlogic@users.noreply.github.com>2023-10-20 13:45:52 +0100
committerGitHub <noreply@github.com>2023-10-20 13:45:52 +0100
commit58a6b29df62f95f68baa0fcc7c8b5b053d409ea6 (patch)
tree46ffa547685292dc2907da64275f514ea25a68f4 /public/css/base/theme.css
parent958457be8626148a9559716caf032bb54c10bbdc (diff)
parentb2e3ed96b703f49af556d641eae57c1c4fcd8db0 (diff)
Merge pull request #20 from Sycamost/dev
Dev
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