Skip to content

Commit

Permalink
Merge pull request #1167 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 5034ca0 + 7e86852 commit b6bdc0a
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 b6bdc0a

Please sign in to comment.