mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Fix anchor flashing
This commit is contained in:
parent
5db7e6b156
commit
0a77493156
@ -99,13 +99,13 @@ const HeadingTag = levelMap[level] ?? "h6";
|
|||||||
<style>
|
<style>
|
||||||
@keyframes flash {
|
@keyframes flash {
|
||||||
0% {
|
0% {
|
||||||
color: unset;
|
color: var(--sl-color-white);
|
||||||
}
|
}
|
||||||
50% {
|
50% {
|
||||||
color: var(--sl-color-accent);
|
color: var(--sl-color-accent);
|
||||||
}
|
}
|
||||||
100% {
|
100% {
|
||||||
color: unset;
|
color: var(--sl-color-white);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user