Add variable for navicon link color

This commit is contained in:
Michael Rose
2017-07-07 15:16:35 -04:00
parent 8c3fdb2382
commit 160be1dd0b
2 changed files with 4 additions and 4 deletions

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;
}
}
}
}