diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-20 07:27:36 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-20 07:27:36 +0100 |
| commit | 9c187fa375197907408a8d905d53d7514bbeb9a0 (patch) | |
| tree | 681ee6164d4ba746730e5509786635f6732736f4 /public/css | |
| parent | ac3666f65bd81f48c8d88099310070eeff46fbd7 (diff) | |
Moves sectioning theming to theme.css
Diffstat (limited to 'public/css')
| -rw-r--r-- | public/css/base/theme.css | 4 |
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 |
