fix: rm a hover underline

This commit is contained in:
Dillon 2019-08-12 01:46:26 +08:00
parent 9433736ede
commit 9e08c96b10

View file

@ -86,7 +86,6 @@
.dark-theme &:hover { .dark-theme &:hover {
color: $dark-post-link-hover-color; color: $dark-post-link-hover-color;
font-weight: bold; font-weight: bold;
text-decoration: underline;
} }
} }