Skip to content

Commit 46ff0d4

Browse files
committed
link transition fix
1 parent 272c3d1 commit 46ff0d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assets/style/_base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ body {
1717

1818
a:not(.button) {
1919
color: var(--link-color);
20-
transition: color .6s;
20+
transition: opacity .2s;
2121
&:hover {
2222
opacity: .8;
2323
}

0 commit comments

Comments
 (0)