Skip to content

Commit 7de395b

Browse files
committed
fix: made navbar menu toggler visible in dark mode
1 parent 5540cb8 commit 7de395b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

static/dark.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ hr {
4242
color: #e9ebf0 !important;
4343
}
4444

45+
.navbar-toggler-icon {
46+
filter: invert(1);
47+
}
48+
4549
.dropdown-menu {
4650
background-color: #1a1d24 !important;
4751
border-color: #282c32 !important;

0 commit comments

Comments
 (0)