Replace browse-list links

This commit is contained in:
Tom Byers
2019-12-11 15:29:50 +00:00
parent 61afbe7a8f
commit 58c08ad89b
6 changed files with 15 additions and 21 deletions

View File

@@ -16,22 +16,16 @@
margin-bottom: $gutter-half;
}
&-link {
@include bold-24;
&-link-destructive {
color: $error-colour;
&-destructive {
@include bold-24;
&:visited,
&:link {
color: $error-colour;
}
&:visited,
&:link {
@include bold-24;
color: $error-colour;
}
&:hover {
color: $mellow-red;
}
&:hover {
color: $mellow-red;
}
}