2018-05-30 15:00:09 -07:00
|
|
|
a, a:visited {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.link--primary, .link--primary:visited {
|
2018-11-08 19:44:59 -05:00
|
|
|
color: $primary-color;
|
|
|
|
&:hover { text-decoration: underline; }
|
2018-05-30 15:00:09 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.link--nav {
|
2018-11-08 19:44:59 -05:00
|
|
|
color: $text-color;
|
2018-10-21 22:24:34 +01:00
|
|
|
&:hover {
|
2018-11-08 19:44:59 -05:00
|
|
|
color: $primary-color;
|
2018-10-21 22:24:34 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-10-21 22:38:27 +01:00
|
|
|
|
2018-11-08 19:44:59 -05:00
|
|
|
.link--nav-active {
|
|
|
|
border-bottom: 2px solid $primary-color;
|
2019-02-18 13:57:00 -05:00
|
|
|
}
|