This commit is contained in:
2023-06-18 22:32:02 +01:00
parent eec31003b0
commit c1a4903b0e
4 changed files with 44 additions and 13 deletions

View File

@@ -136,6 +136,15 @@ newshead {
color: #4a86e8ff;
}
wikihead {
border-left-style: solid;
border-left-color: Tomato;
border-width: 4px;
border-radius: 2px;
padding: 6px;
color: Tomato;
}
@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a{font-size: 18px;}