Skip to content

Commit

Permalink
Merge pull request #45 from makeopensource/nicholas-dev
Browse files Browse the repository at this point in the history
Fix navbar colors
  • Loading branch information
NicholasMy authored Oct 17, 2024
2 parents 493a412 + 24bcbb8 commit e03cda0
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 e03cda0

Please sign in to comment.