From a61d2e283825cd2b5251384dcf505af0a41e5f4a Mon Sep 17 00:00:00 2001 From: Dave R Date: Mon, 8 Oct 2018 22:27:55 +0100 Subject: [PATCH] part 2 --- assets/css/index.css | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/assets/css/index.css b/assets/css/index.css index af94b887..6721a556 100644 --- a/assets/css/index.css +++ b/assets/css/index.css @@ -193,13 +193,3 @@ time { -webkit-animation-fill-mode: both; animation-fill-mode: both; } - - - @media (prefers-reduced-motion) { - .animated { - -webkit-animation: unset !important; - animation: unset !important; - -webkit-transition: none !important; - transition: none !important; - } - }