diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-18 20:52:20 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-18 20:52:20 +0100 |
| commit | 2eb8c495a8b03a155ad9130ff54c8f78a92a5e34 (patch) | |
| tree | 2f1619287430c2ade1ae95fffd8919247f5a40d1 /public/main.css | |
| parent | 14eff2bd8aa73cac517aaa360eb07981d106fed2 (diff) | |
Adds base theme
Diffstat (limited to 'public/main.css')
| -rw-r--r-- | public/main.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/public/main.css b/public/main.css index df43e4a..4c5276a 100644 --- a/public/main.css +++ b/public/main.css @@ -4,16 +4,11 @@ :root { scroll-behavior: smooth; - color: var(--text-color); - background-color: var(--background-color); } :is(main, article) { container-name: main; container-type: inline-size; - - color: var(--text-color); - background-color: var(--background-color); } :is(main, article) > :is(section, header):not(:is(section, header) :is(section, header)) { |
