Merge pull request #22 from LameLemon/fix-dark-hover

Added dark background to menus in crowded layout
This commit is contained in:
Alex Pankratov
2020-05-05 10:19:17 +02:00
committed by GitHub

View File

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