added status page bkg color; also fixed a #000000 only having five zeroes

master
Jan Danielzick 2020-02-12 04:57:59 +01:00
parent 2015987e13
commit 871bf8cf4a
1 changed files with 7 additions and 2 deletions

View File

@ -51,8 +51,13 @@ div.round-border {
} }
body { body {
background-color:#feffef; background-color: #FEFFEF;
color:#00000; color: #000000;
}
body.status_page {
background-color: #B6BDBD;
color: #000000;
} }