diff --git a/src/reset.css b/src/reset.css index 6a3b776..b87befa 100644 --- a/src/reset.css +++ b/src/reset.css @@ -69,7 +69,9 @@ img:not([alt]) { /* Remove all animations and transitions for people that prefer not to see them */ @media (prefers-reduced-motion: reduce) { - * { + *, + *::before, + *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important;