Skip to content

Commit

Permalink
Add $navicon-link-color-hover 2/2 (mmistakes#1088)
Browse files Browse the repository at this point in the history
Since the orig color-scheme doesn't always represent the nav/site colors
  • Loading branch information
palatinux authored and mmistakes committed Jul 7, 2017
1 parent ced81e0 commit fe6655e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _sass/minimal-mistakes/_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@

&:hover {
color: $masthead-link-color-hover;
background: mix(#fff, $primary-color, 75%);
background: $navicon-link-color-hover;
}
}

Expand Down Expand Up @@ -548,4 +548,4 @@
display: block;
}
}
}
}

0 comments on commit fe6655e

Please sign in to comment.