d60b9df fix, was too broad

This commit is contained in:
Kris 2019-01-10 21:50:00 -05:00
parent d60b9dfba4
commit 29ff184508
1 changed files with 5 additions and 3 deletions

View File

@ -39,11 +39,13 @@
}
}
.close,
.close:visited {
.close {
font-size: $font-up-3;
text-decoration: none;
color: dark-light-choose($primary-high, $secondary-low);
color: $primary-high;
&:visited {
color: $primary-high;
}
cursor: pointer;
&:hover {
color: $primary;