honour reduce-motion and dont rotate logos when enabled

This commit is contained in:
git@71rd.net 2025-01-31 20:10:47 +00:00
parent 38d65d60d0
commit 6a34bd5b68

View file

@ -13,6 +13,10 @@
animation-play-state: paused;
animation-iteration-count: infinite;
@media screen and (prefers-reduced-motion: reduce) {
animation-name: none !important;
}
&:hover {
animation-play-state: running;
}
@ -33,6 +37,7 @@
height: 100%;
border-radius: 50%;
}
}
@keyframes rotate {