website/app/static/animations.css
2025-04-05 19:39:10 +03:00

12 lines
113 B
CSS

@keyframes blink {
0% {
opacity: 0;
}
}
@keyframes cursor {
to {
border-color: transparent;
}
}