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 {