feat: Rename cursor blinking animation
This commit is contained in:
@ -91,9 +91,9 @@
|
||||
}
|
||||
|
||||
.cursor {
|
||||
animation: blicking 1s infinite;
|
||||
animation: cursor-blink 1s infinite;
|
||||
|
||||
@keyframes blicking {
|
||||
@keyframes cursor-blink {
|
||||
from {
|
||||
opacity: 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user