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