Skip to content

Commit 94d5188

Browse files
author
Romain Crestey
committed
fix: change color transition speed
1 parent 28fc230 commit 94d5188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sites/svelte.dev/src/routes/+layout.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
:global(.text .vo a) {
7575
color: var(--sk-text-1);
7676
box-shadow: inset 0 -1px 0 0 var(--sk-text-4);
77-
transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
77+
transition: color 0.2s ease-in-out;
7878
}
7979
8080
:global(.text .vo a:hover) {

0 commit comments

Comments
 (0)