Tweak active header animation

This commit is contained in:
David Lapshin
2024-05-15 01:39:13 +03:00
parent 2595590254
commit deac792130

View File

@ -51,7 +51,7 @@ body {
@keyframes highlight-in-out { @keyframes highlight-in-out {
50% { 50% {
font-weight: bolder; font-weight: bolder;
letter-spacing: 0.125rem; letter-spacing: 0.0125em;
} }
} }