Add ease transition for links (#469)

This commit is contained in:
Luiz F. A. de Prá
2020-10-29 21:37:26 -03:00
committed by GitHub
parent 4e9dba0df5
commit 3181d37946
4 changed files with 7 additions and 4 deletions

View File

@@ -26,6 +26,7 @@ a {
font-weight: 300;
color: $link-color;
text-decoration: none;
transition: all .25s ease-in;
&:focus,
&:hover {
text-decoration: underline;