Skip to content

Commit

Permalink
KAW-8177 Fix logo hover color
Browse files Browse the repository at this point in the history
  • Loading branch information
TomaszDziezykNetcentric committed Oct 22, 2024
1 parent 3cc643b commit 1005554
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions blocks/header/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ header .nav-brand {
flex-grow: 1;
}

header .nav-brand a:hover,
header .nav-brand a:focus,
header .nav-brand a:active {
color: inherit;
}

header .nav-brand span.icon {
display: flex;
height: auto;
Expand Down

0 comments on commit 1005554

Please sign in to comment.