Skip to content

Commit 8af6f77

Browse files
committed
attempt to fix safari css bugs again
1 parent abef1d3 commit 8af6f77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/routes/Header.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
}
4646
@keyframes fadein {
4747
0% {
48-
border-color: transparent;
48+
border-bottom-color: transparent;
4949
}
5050
100% {
51-
border-color: var(--purple-500);
51+
border-bottom-color: var(--purple-500);
5252
}
5353
}
5454
div.hide {
55-
border-color: transparent !important;
55+
border-bottom-color: transparent !important;
5656
}
5757
</style>

0 commit comments

Comments
 (0)