Added dark background to menus in crowded layout

master
LameLemon 2020-05-04 10:40:18 +01:00
parent 683803fc6e
commit 1c8fffcb99
1 changed files with 2 additions and 2 deletions

View File

@ -935,7 +935,7 @@
}
/***/
.dark .config {
.dark .config, .dark.crowded .config:hover {
background-color: #15171A;
}
@ -973,7 +973,7 @@
color: #ccc;
}
.dark .logo {
.dark .logo, .dark.crowded .logo:hover {
background: #15171A;
}