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

Added dark background to menus in crowded layout
master
Alex Pankratov 2020-05-05 10:19:17 +02:00 committed by GitHub
commit b688f4113f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}