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