Skip to content

Commit

Permalink
Add $navicon-link-color-hover 1/2 (mmistakes#1089)
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 c61bec5 commit ead8bab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _sass/minimal-mistakes/_variables.scss
Expand Up @@ -96,7 +96,7 @@ $link-color-hover : mix(#000, $link-color, 25%) !default;
$link-color-visited : mix(#fff, $link-color, 25%) !default;
$masthead-link-color : $primary-color !default;
$masthead-link-color-hover : mix(#000, $primary-color, 25%) !default;

$navicon-link-color-hover : mix(#fff, $primary-color, 75%) !default;

/*
Breakpoints
Expand Down Expand Up @@ -126,4 +126,4 @@ $border-radius : 4px !default;
$box-shadow : 0 1px 1px rgba(0, 0, 0, 0.125) !default;
$navicon-width : 1.5rem !default;
$navicon-height : 0.25rem !default;
$global-transition : all 0.2s ease-in-out !default;
$global-transition : all 0.2s ease-in-out !default;

0 comments on commit ead8bab

Please sign in to comment.