Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fe6655e

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎_sass/minimal-mistakes/_navigation.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275

276276
&:hover {
277277
color: $masthead-link-color-hover;
278-
background: mix(#fff, $primary-color, 75%);
278+
background: $navicon-link-color-hover;
279279
}
280280
}
281281

@@ -548,4 +548,4 @@
548548
display: block;
549549
}
550550
}
551-
}
551+
}

0 commit comments

Comments
 (0)
Please sign in to comment.