Merge pull request 'honour reduce-motion and dont rotate logos when enabled' () from 71rd/dont rotate logos when reduce-motion is enabled into main

Reviewed-on: 
Reviewed-by: b12f <b12f@noreply.git.pub.solar>
This commit is contained in:
b12f 2025-01-31 21:12:25 +00:00
commit 2d59ed8305
Signed by: pub.solar gitea
GPG key ID: F0332B04B7054873

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 {