Only animate letter spacing on heading focus

This commit is contained in:
daudix
2024-06-09 18:44:59 +03:00
parent dbf3bea074
commit b63c531ff3

View File

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