From 5569b9a1642b0b887b571be4b7a9f3565bc5a1c8 Mon Sep 17 00:00:00 2001 From: flambus Date: Mon, 17 Feb 2020 09:00:53 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9Econtent/stylesheet.css=E2=80=9C=20?= =?UTF-8?q?=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/stylesheet.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/content/stylesheet.css b/content/stylesheet.css index ce6a59e..d639869 100644 --- a/content/stylesheet.css +++ b/content/stylesheet.css @@ -27,4 +27,14 @@ ul.topnav li.right {float: right;} @media screen and (max-width: 600px) { ul.topnav li.right, ul.topnav li {float: none;} -} \ No newline at end of file +} + +body { + background-color: #FEFFEF; + color: #000000; +} + +body.status_page { + background-color: #B6BDBD; + color: #000000; +}