Skip to content

Commit

Permalink
fix(links): add hover color to button links (#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
KatvonRivia committed Sep 16, 2020
1 parent 1cf1293 commit d3a783a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/scripts/components/main/menu/menu.styl
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@
align-items: center
color: $textDefault

&:hover
color: $textColor

svg
fill: $main

svg
padding-right: emCalc(10px)
fill: $textDefault
Expand Down

0 comments on commit d3a783a

Please sign in to comment.