Skip to content

Commit

Permalink
fix: menu link current text color
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed Mar 31, 2020
1 parent 17bdb40 commit d005c7d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/assets/styles/common/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@
.search-form [type="search"] {
max-width: 100%;
}

.menu__item[aria-current="page"] {
--color: var(--white);
--hover-color: var(--dark-mint-500);
}

0 comments on commit d005c7d

Please sign in to comment.