From 24bcbb85664384b50be4a4d907bff246d68b3eb8 Mon Sep 17 00:00:00 2001 From: Nicholas Myers <32116122+NicholasMy@users.noreply.github.com> Date: Fri, 11 Oct 2024 09:39:29 -0400 Subject: [PATCH] Fix navbar colors --- web/static/css/makeopensource-style-guide.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/web/static/css/makeopensource-style-guide.css b/web/static/css/makeopensource-style-guide.css index b9872eb..9ba8890 100644 --- a/web/static/css/makeopensource-style-guide.css +++ b/web/static/css/makeopensource-style-guide.css @@ -81,10 +81,6 @@ a { color: var(--blue); } -a:visited { - color: var(--purple); -} - code { background-color: var(--lightgrey); border-radius: 2px; @@ -181,7 +177,7 @@ hr { justify-content: center; font-size: 16px; font-weight: var(--text); - color: var(--black) !important; + color: var(--darkgrey); text-decoration: none; margin: 10px 10px 7px; white-space: nowrap; @@ -190,7 +186,7 @@ hr { } .nav-item:hover { - color: var(--darkgrey) !important; + color: var(--darkgrey); border-bottom: 2px solid var(--orange); }