d60b9df
fix, was too broad
This commit is contained in:
parent
d60b9dfba4
commit
29ff184508
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue