From 2dab6e36184a109de50991325fbeadaf2dd0d1d2 Mon Sep 17 00:00:00 2001 From: palatinux Date: Thu, 29 Jun 2017 04:25:38 +0200 Subject: [PATCH] Add $navicon-link-color-hover 1/2 Since the orig color-scheme doesn't always represent the nav/site colors --- _sass/minimal-mistakes/_variables.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_sass/minimal-mistakes/_variables.scss b/_sass/minimal-mistakes/_variables.scss index 2e24c0602eec..2b59066c29e7 100644 --- a/_sass/minimal-mistakes/_variables.scss +++ b/_sass/minimal-mistakes/_variables.scss @@ -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 @@ -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; \ No newline at end of file +$global-transition : all 0.2s ease-in-out !default;