From: Paul Hänsch Date: Thu, 24 Mar 2022 12:23:38 +0000 (+0100) Subject: background colours X-Git-Url: https://git.plutz.net/?a=commitdiff_plain;h=5f0ce9f567afab5c48a592fbdb7bd0cd182cb3f9;hp=ed4cab85e95f1eb70badbc3a22a493b5924d8e7e;p=shellwiki background colours --- 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; }