mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Add ease transition for links (#469)
This commit is contained in:
committed by
GitHub
parent
4e9dba0df5
commit
3181d37946
@@ -26,6 +26,7 @@ a {
|
||||
font-weight: 300;
|
||||
color: $link-color;
|
||||
text-decoration: none;
|
||||
transition: all .25s ease-in;
|
||||
&:focus,
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
|
||||
Reference in New Issue
Block a user