From a33258fef9d465a15eec66a00830ad0fd85c33e2 Mon Sep 17 00:00:00 2001 From: palatinux Date: Thu, 29 Jun 2017 04:30:30 +0200 Subject: [PATCH] Add $navicon-link-color-hover 2/2 Since the orig color-scheme doesn't always represent the nav/site colors --- _sass/minimal-mistakes/_navigation.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_sass/minimal-mistakes/_navigation.scss b/_sass/minimal-mistakes/_navigation.scss index 86f309867834..b0a68892c3e5 100644 --- a/_sass/minimal-mistakes/_navigation.scss +++ b/_sass/minimal-mistakes/_navigation.scss @@ -275,7 +275,7 @@ &:hover { color: $masthead-link-color-hover; - background: mix(#fff, $primary-color, 75%); + background: $navicon-link-color-hover; } } @@ -555,4 +555,4 @@ display: block; } } -} \ No newline at end of file +}