UX: Close button shouldn't get :visited color

This commit is contained in:
Kris 2019-01-10 21:47:38 -05:00
parent 5f75da6f61
commit d60b9dfba4
1 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,8 @@
}
}
.close {
.close,
.close:visited {
font-size: $font-up-3;
text-decoration: none;
color: dark-light-choose($primary-high, $secondary-low);