From 903a27679dca3739a99ec527952d166b4fa0cef9 Mon Sep 17 00:00:00 2001 From: august kline Date: Mon, 26 Aug 2024 20:57:47 -0400 Subject: [PATCH] Disable mobile animation for prefers reduced motion --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 1894d61..d591697 100644 --- a/style.css +++ b/style.css @@ -116,6 +116,7 @@ img { @media (prefers-reduced-motion: reduce) { #background { transform: none; + animation: none; } a {