From 42deaa3634e9813c1c24cd7a010b5502c0329e9f Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Fri, 15 Nov 2019 12:53:45 +0000 Subject: [PATCH] css/snow: prefer reduced motion fix --- css/snow.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/snow.css b/css/snow.css index daf65fb..4c3c549 100644 --- a/css/snow.css +++ b/css/snow.css @@ -5,6 +5,12 @@ animation: snow 30s linear infinite; } +@media (prefers-reduced-motion: reduce) { + .snow { + animation: none; + } +} + .snowframe { }