feat: Rename cursor blinking animation

This commit is contained in:
daudix
2024-01-29 03:49:34 +03:00
parent f45e5b5e2c
commit 6a82ff0bd2
2 changed files with 3 additions and 3 deletions

View File

@ -91,9 +91,9 @@
} }
.cursor { .cursor {
animation: blicking 1s infinite; animation: cursor-blink 1s infinite;
@keyframes blicking { @keyframes cursor-blink {
from { from {
opacity: 1; opacity: 1;
} }