1
0
Fork 0

link transition fix

This commit is contained in:
Tommy Vedvik 2019-02-28 21:31:47 +01:00
parent 272c3d1f95
commit 46ff0d4cb9

View file

@ -17,7 +17,7 @@ body {
a:not(.button) {
color: var(--link-color);
transition: color .6s;
transition: opacity .2s;
&:hover {
opacity: .8;
}