Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
fix: adjust contrast for active header item
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKohler committed Mar 7, 2021
1 parent c9a44dd commit e4e3174
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions web/css/header.css
Expand Up @@ -11,7 +11,7 @@ header {
}

header a {
padding: 0 1rem;
padding: 0 1.2rem;
text-decoration: none;
}

Expand All @@ -25,10 +25,12 @@ nav {
display: flex;
flex-direction: row;
text-transform: uppercase;
padding-left: 2rem;
}

nav > .active {
color: var(--active-font-color);
padding-bottom: 10px;
box-shadow: inset 0 -2px 0 0 var(--active-font-color);
}

.profile-widget {
Expand Down

0 comments on commit e4e3174

Please sign in to comment.