This repository has been archived on 2020-05-08. You can view files and clone it, but cannot push or open issues or pull requests.
|
a {
|
|
color: $color__link;
|
|
|
|
&:visited {
|
|
color: $color__link-visited;
|
|
}
|
|
|
|
&:hover,
|
|
&:focus,
|
|
&:active {
|
|
color: $color__link-hover;
|
|
}
|
|
|
|
&:focus {
|
|
outline: thin dotted;
|
|
}
|
|
|
|
&:hover,
|
|
&:active {
|
|
outline: 0;
|
|
}
|
|
}
|