whitte-h_Lyrio/styles.css
2026-04-28 03:23:29 -05:00

8 lines
164 B
CSS

.lyrio-status svg {
animation: lyrio-spin 1s linear infinite;
}
@keyframes lyrio-spin {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}