„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

@ -27,4 +27,14 @@ ul.topnav li.right {float: right;}
@media screen and (max-width: 600px) { @media screen and (max-width: 600px) {
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;
}