From c66e3a249741f65d95846f83c599202a2100f044 Mon Sep 17 00:00:00 2001 From: Aaron Czichon Date: Fri, 22 Mar 2024 12:44:23 +0000 Subject: [PATCH] style: fix nav icon color for dark mode --- design/src/styles/layout/nav.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/design/src/styles/layout/nav.css b/design/src/styles/layout/nav.css index 2206724..da2da9a 100644 --- a/design/src/styles/layout/nav.css +++ b/design/src/styles/layout/nav.css @@ -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 {