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 646792a commit 3eed6ac
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/assets/stylesheets/nla/_dark-mode.scss
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,13 @@
}
}
}
.navbar-toggler {
border-color: $body-color-dark;

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

Expand Down

0 comments on commit 3eed6ac

Please sign in to comment.