diff --git a/styles/style.css b/styles/style.css index 1396db7..c99373f 100644 --- a/styles/style.css +++ b/styles/style.css @@ -294,3 +294,12 @@ button:focus-visible { } } /* Animation Keyframes */ + +@media (prefers-reduced-motion) { + *::before, + *, + *::after { + animation: none; + transition: none; + } +}