chore: change a link css style on hover state

This commit is contained in:
jeffreytse 2020-08-24 11:12:24 +08:00
parent 905649edb3
commit 83eac8261e

View file

@ -110,7 +110,6 @@ a {
text-decoration: none;
&:hover {
color: $text-color;
text-decoration: underline;
}