Skip to content

Commit

Permalink
Fix navbar colors
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasMy committed Oct 11, 2024
1 parent 8bb59dd commit 24bcbb8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions web/static/css/makeopensource-style-guide.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,6 @@ a {
color: var(--blue);
}

a:visited {
color: var(--purple);
}

code {
background-color: var(--lightgrey);
border-radius: 2px;
Expand Down Expand Up @@ -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;
Expand All @@ -190,7 +186,7 @@ hr {
}

.nav-item:hover {
color: var(--darkgrey) !important;
color: var(--darkgrey);
border-bottom: 2px solid var(--orange);
}

Expand Down

0 comments on commit 24bcbb8

Please sign in to comment.