Add link color variable

This commit is contained in:
Kyle Gordy 2019-11-23 00:55:17 -05:00
parent 8171c80fca
commit 7a0d41d450
2 changed files with 4 additions and 2 deletions

View File

@ -113,8 +113,10 @@ h6,
// Links
////////////////////
$link-color: $teal;
a {
color: $teal;
color: $link-color;
text-decoration: underline;
text-decoration-color: transparent;
text-underline-offset: .15em;

View File

@ -113,7 +113,7 @@ $nav-zindex: 10;
&:hover,
&:focus,
&.active {
color: $teal;
color: $link-color;
}
}
}