Skip to content

Commit

Permalink
style: fix nav icon color for dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronczichon committed Mar 22, 2024
1 parent 09f509d commit c66e3a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions design/src/styles/layout/nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
width: 50px;
}

.icon-menu svg path {
fill: var(--primary-font-color);
}

/* When the screen is less than 768 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 48em) {
.topnav {
Expand Down

0 comments on commit c66e3a2

Please sign in to comment.