ws/static/styles.css 🔗
@@ -246,3 +246,11 @@ footer .wrapper {
}
}
+
+@media (prefers-reduced-motion) {
+ *, *::before, *::after {
+ animation-duration: 0s !important;
+ transition: none !important;
+ scroll-behavior: auto !important;
+ }
+}