Adjust link color

This commit is contained in:
Michael Rose
2016-04-05 21:37:16 -04:00
parent 1c8239f664
commit 47fd353201
6 changed files with 15 additions and 5 deletions

View File

@ -90,11 +90,11 @@ $xing-color : #006567;
/* links */
$link-color : $primary-color;
$link-color : $info-color;
$link-color-hover : mix(#000, $link-color, 25%);
$link-color-visited : mix(#fff, $link-color, 25%);
$masthead-link-color : $link-color;
$masthead-link-color-hover : $link-color-hover;
$masthead-link-color : $primary-color;
$masthead-link-color-hover : mix(#000, $primary-color, 25%);
/*