Skip to content

Commit ced81e0

Browse files
palatinuxmmistakes
palatinux
authored andcommittedJul 7, 2017
Add $navicon-link-color-hover 1/2 (mmistakes#1089)
Since the orig color-scheme doesn't always represent the nav/site colors
1 parent fb362db commit ced81e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎_sass/minimal-mistakes/_variables.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ $link-color-hover : mix(#000, $link-color, 25%) !default;
9696
$link-color-visited : mix(#fff, $link-color, 25%) !default;
9797
$masthead-link-color : $primary-color !default;
9898
$masthead-link-color-hover : mix(#000, $primary-color, 25%) !default;
99-
99+
$navicon-link-color-hover : mix(#fff, $primary-color, 75%) !default;
100100

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

0 commit comments

Comments
 (0)
Please sign in to comment.