diff --git a/src/renderer/index.css b/src/renderer/index.css index 141c9503..40018373 100644 --- a/src/renderer/index.css +++ b/src/renderer/index.css @@ -47,16 +47,6 @@ @apply bg-bg; } - @media (prefers-reduced-motion: reduce) { - *, - *::before, - *::after { - animation-duration: 0.01ms !important; - animation-iteration-count: 1 !important; - transition-duration: 0.01ms !important; - } - } - :root { font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px;