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:
@ -95,6 +95,7 @@ a {
|
||||
|
||||
&:hover {
|
||||
color: #fff;
|
||||
text-shadow: 0 0 1px #fff;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user