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:
parent
951b2c7002
commit
8c3fdb2382
1 changed files with 2 additions and 2 deletions
|
@ -275,7 +275,7 @@
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: $masthead-link-color-hover;
|
color: $masthead-link-color-hover;
|
||||||
background: mix(#fff, $primary-color, 75%);
|
background: $navicon-link-color-hover;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue