From 2fcfcb624f90aab2619b2240fed7588721efd00c Mon Sep 17 00:00:00 2001 From: Alex Pankratov Date: Sat, 12 Nov 2022 18:03:33 +0100 Subject: [PATCH] Fix left-hand side menu back color in dark mode --- nullboard.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nullboard.html b/nullboard.html index 0549bdd..a0120dd 100644 --- a/nullboard.html +++ b/nullboard.html @@ -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 {