Improve links design

* To provide a stronger feedback, all `a` tags now has a shadow on mouse hover.
* Links in contents now has a better animation.
This commit is contained in:
Track3
2019-06-19 18:10:48 +08:00
parent c05698cf6d
commit e333628a26
4 changed files with 6 additions and 4 deletions

View File

@ -95,6 +95,7 @@ a {
&:hover {
color: #fff;
text-shadow: 0 0 1px #fff;
}
}