css
@goat@hellsite.site and for anyone else that wants to curse themselves
a[href^="https://hellsite.site/@goat"] .status__avatar, a[href^="https://hellsite.site/@goat"] .account__avatar {
animation: kobold-rotate 12s infinite linear;
}
@keyframes kobold-rotate {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}