Fix left-hand side menu back color in dark mode

This commit is contained in:
Alex Pankratov
2022-11-12 18:03:33 +01:00
parent 226dc457f3
commit 2fcfcb624f

View File

@@ -262,7 +262,7 @@
user-select: none;
}
body.crowded .board {
.crowded .board {
margin-top: 28px;
}
@@ -689,7 +689,7 @@
background: #f8f9fb;
}
body.crowded .logo:hover {
.crowded .logo:hover {
background: #fff;
box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
@@ -1471,7 +1471,7 @@
.theme-dark .logo,
.theme-dark.crowded .logo:hover {
background: #09090A;
background: #09090A !important;
}
.theme-dark .logo a:hover {