Disable motion at user preference

Amolith created

Change summary

ws/static/styles.css | 8 ++++++++
1 file changed, 8 insertions(+)

Detailed changes

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;
+  }
+}