Skip to content

Commit

Permalink
Darken menu items a bit (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymcmackin authored Jan 24, 2024
1 parent ae2bf94 commit 08f6ce1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ a:hover {
}

nav.navbar {
background-color: #030405;
background-color: #040404;
font-family: 'GT Eesti Display Light', sans-serif;
font-size: 16px;
font-weight: 400;
Expand Down Expand Up @@ -121,7 +121,7 @@ nav.navbar {
}

.dropdown__menu a:hover {
background-color: #4A4E52;
background-color: #040404;
color: #fff;
}

Expand All @@ -135,7 +135,7 @@ nav.navbar {
font-weight: 400;
font-size: 16px;
line-height: 26px;
color: #4A4E52;
color: #030405;
transition: color 0.3s;
}

Expand Down

0 comments on commit 08f6ce1

Please sign in to comment.