Skip to content

Commit

Permalink
fix: remove the header link background color on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
tecoholic committed May 6, 2024
1 parent 4c0cc21 commit fc7f829
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/site-header/styles/_Header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@ $header-logo-height-mobile: 1.5rem;
border-bottom: 3px solid $brand;
.nav-link {
text-decoration: none;
border-radius: $border-radius;
&:hover {
background-color: $primary;
color: $white;
}
}
.logo,
.vertical-divider {
Expand Down

0 comments on commit fc7f829

Please sign in to comment.