Disable mobile animation for prefers reduced motion

This commit is contained in:
august kline 2024-08-26 20:57:47 -04:00
parent 440c018df6
commit 903a27679d
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ img {
@media (prefers-reduced-motion: reduce) {
#background {
transform: none;
animation: none;
}
a {