Skip to content

Commit

Permalink
Fix left-hand side menu back color in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
apankrat committed Nov 12, 2022
1 parent 226dc45 commit 2fcfcb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nullboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
user-select: none;
}

body.crowded .board {
.crowded .board {
margin-top: 28px;
}

Expand Down Expand Up @@ -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);
}
Expand Down Expand Up @@ -1471,7 +1471,7 @@

.theme-dark .logo,
.theme-dark.crowded .logo:hover {
background: #09090A;
background: #09090A !important;
}

.theme-dark .logo a:hover {
Expand Down

0 comments on commit 2fcfcb6

Please sign in to comment.