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; }