Add $navicon-link-color-hover 2/2 (#1088)

Since the orig color-scheme doesn't always represent the nav/site colors
This commit is contained in:
palatinux 2017-07-07 21:11:58 +02:00 committed by Michael Rose
parent 951b2c7002
commit 8c3fdb2382

View file

@ -275,7 +275,7 @@
&:hover {
color: $masthead-link-color-hover;
background: mix(#fff, $primary-color, 75%);
background: $navicon-link-color-hover;
}
}
@ -548,4 +548,4 @@
display: block;
}
}
}
}