Fix @link-hover-decoration not working, close #7531

This commit is contained in:
afc163 2017-09-09 13:58:18 +08:00
parent 35fc427630
commit 37c8c4ed30

View File

@ -69,7 +69,7 @@ h1, h2, h3, h4, h5, h6 {
a {
color: @link-color;
background: transparent;
text-decoration: none;
text-decoration: @link-hover-decoration;
outline: none;
cursor: pointer;
transition: color .3s ease;