Skip to content

Commit a129717

Browse files
committed
another attempt to fix safari
1 parent 8af6f77 commit a129717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/Header.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
div {
4040
width: 100vw;
4141
transition: border-color 0.2s 0.2s;
42-
animation: fadein 0.2s 0.75s both;
42+
animation: fadein 0.2s 0.75s;
4343
border-bottom: 2px solid var(--purple-500);
4444
background-color: var(--black);
4545
}

0 commit comments

Comments
 (0)