Added dark background to menus in crowded layout

This commit is contained in:
LameLemon
2020-05-04 10:40:18 +01:00
parent 683803fc6e
commit 1c8fffcb99

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;
}