Skip to content

Commit

Permalink
adding hover states to nav and nav ribbon
Browse files Browse the repository at this point in the history
  • Loading branch information
DanCollinz committed Mar 21, 2024
1 parent 6381102 commit b4782b8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions blocks/header/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,15 @@
.header nav .nav-sections .top-nav.active{
border-bottom: 4px solid var(--brand-primary);
color:var(--brand-primary);

}

.header nav .nav-logo {
grid-area: logo;
}
.header nav .nav-sections .top-nav a:hover {
border-bottom: 4px solid var(--brand-primary);

}
.header nav .nav-logo img {
padding: 15px 0;
height: auto;
Expand Down Expand Up @@ -300,7 +302,9 @@
.header nav .subnav-ribbon>.active-submenu .sub-nav.active a {
border-bottom: 2px solid var(--white);
}

.header nav .subnav-ribbon a:hover {
border-bottom: 2px solid var(--white);
}
.header nav .nav-contact-us>p>a {
padding: 12px 24px;
font-size: var( --body-font-size-m);
Expand Down

0 comments on commit b4782b8

Please sign in to comment.