chore: change color of visited a link

This commit is contained in:
jeffreytse 2020-08-18 14:03:00 +08:00
parent 12e3f59b97
commit b79efd805e

View file

@ -109,10 +109,6 @@ a {
color: $brand-color;
text-decoration: none;
&:visited {
color: #606060;
}
&:hover {
color: $text-color;
text-decoration: underline;