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