We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf75252 commit 3eab5d3Copy full SHA for 3eab5d3
sass/_animations.scss
@@ -24,17 +24,21 @@
24
@keyframes link-color-shift {
25
0% {
26
color: var(--color-link-muted);
27
+ text-underline-offset: .1em;
28
}
29
100% {
30
color: var(--color-link);
31
+ text-underline-offset: .2em;
32
33
34
35
@keyframes link-color-shift-reverse {
36
37
38
39
40
41
42
43
44
sass/_text.scss
@@ -9,7 +9,6 @@ a {
9
animation-duration: 0.2s;
10
11
&:hover {
12
- text-decoration: underline;
13
animation: link-color-shift;
14
animation-timing-function: ease-in;
15
animation-iteration-count: 1;
0 commit comments