mirror of
https://github.com/apankrat/nullboard.git
synced 2025-08-05 04:37:46 +02:00
Fix left-hand side menu back color in dark mode
This commit is contained in:
@@ -262,7 +262,7 @@
|
|||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.crowded .board {
|
.crowded .board {
|
||||||
margin-top: 28px;
|
margin-top: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -689,7 +689,7 @@
|
|||||||
background: #f8f9fb;
|
background: #f8f9fb;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.crowded .logo:hover {
|
.crowded .logo:hover {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
box-shadow: 0 1px 2px rgba(0,0,0,0.2);
|
box-shadow: 0 1px 2px rgba(0,0,0,0.2);
|
||||||
}
|
}
|
||||||
@@ -1471,7 +1471,7 @@
|
|||||||
|
|
||||||
.theme-dark .logo,
|
.theme-dark .logo,
|
||||||
.theme-dark.crowded .logo:hover {
|
.theme-dark.crowded .logo:hover {
|
||||||
background: #09090A;
|
background: #09090A !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.theme-dark .logo a:hover {
|
.theme-dark .logo a:hover {
|
||||||
|
Reference in New Issue
Block a user