From 871bf8cf4a442831a36ef1a4229760680e30affb Mon Sep 17 00:00:00 2001 From: Jan Danielzick Date: Wed, 12 Feb 2020 04:57:59 +0100 Subject: [PATCH] added status page bkg color; also fixed a #000000 only having five zeroes --- content/style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/content/style.css b/content/style.css index 15844c8..8187dc2 100644 --- a/content/style.css +++ b/content/style.css @@ -51,8 +51,13 @@ div.round-border { } body { - background-color:#feffef; - color:#00000; + background-color: #FEFFEF; + color: #000000; +} + +body.status_page { + background-color: #B6BDBD; + color: #000000; }