Skip to content

Commit

Permalink
CTPL-272: Fix colour of hamburger menu in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhagon committed Dec 10, 2024
1 parent 5034ca0 commit 7e86852
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/assets/stylesheets/nla/_dark-mode.scss
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,15 @@
}
}
}

.navbar-toggler {
border-color: $body-color-dark;

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

}
}

Expand Down

0 comments on commit 7e86852

Please sign in to comment.