Skip to content

Commit

Permalink
fix: made navbar menu toggler visible in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Nov 22, 2023
1 parent 5540cb8 commit 7de395b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ hr {
color: #e9ebf0 !important;
}

.navbar-toggler-icon {
filter: invert(1);
}

.dropdown-menu {
background-color: #1a1d24 !important;
border-color: #282c32 !important;
Expand Down

1 comment on commit 7de395b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here are screenshots of this commit:

Screenshots using aw-server v0.12.3b11 (click to expand)

Screenshots using aw-server-rust master (click to expand)

Screenshots using aw-server-rust v0.12.3b11 (click to expand)

Please sign in to comment.