Skip to content

Commit

Permalink
Merge pull request #586 from nla/ph-ctpl-272
Browse files Browse the repository at this point in the history
CTPL-272: Fix colour of hamburger menu in dark mode
  • Loading branch information
CEdwardsBlasikiewicz authored Dec 10, 2024
2 parents 38a9560 + 4ebe356 commit 8e380ff
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 8e380ff

Please sign in to comment.