„content/stylesheet.css“ ändern

master
flambus 2020-02-17 09:00:53 +01:00
parent ff98293326
commit 5569b9a164
1 changed files with 11 additions and 1 deletions

View File

@ -28,3 +28,13 @@ ul.topnav li.right {float: right;}
ul.topnav li.right, ul.topnav li.right,
ul.topnav li {float: none;} ul.topnav li {float: none;}
} }
body {
background-color: #FEFFEF;
color: #000000;
}
body.status_page {
background-color: #B6BDBD;
color: #000000;
}