From 5f0ce9f567afab5c48a592fbdb7bd0cd182cb3f9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Thu, 24 Mar 2022 13:23:38 +0100 Subject: [PATCH] background colours --- themes/default.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/default.css b/themes/default.css index baeeee6..0c5dffb 100644 --- a/themes/default.css +++ b/themes/default.css @@ -5,6 +5,7 @@ body { width: 100%; min-height: 100%; padding-bottom: 6em; + background-color: #EEE; } header, footer { @@ -53,6 +54,7 @@ main article { margin: 1em; padding: .125em 1em 1em 1em; box-shadow: .25em .25em .75em; + background-color: #FFF; } -- 2.39.2