Disable mobile animation for prefers reduced motion

This commit is contained in:
2024-08-26 20:57:47 -04:00
parent 440c018df6
commit 903a27679d
+1
View File
@@ -116,6 +116,7 @@ img {
@media (prefers-reduced-motion: reduce) { @media (prefers-reduced-motion: reduce) {
#background { #background {
transform: none; transform: none;
animation: none;
} }
a { a {