From 9c187fa375197907408a8d905d53d7514bbeb9a0 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Sun, 20 Aug 2023 07:27:36 +0100 Subject: Moves sectioning theming to theme.css --- public/css/base/theme.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'public/css/base/theme.css') 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 -- cgit v1.2.3