diff options
Diffstat (limited to 'src/styles/normalise.css')
| -rw-r--r-- | src/styles/normalise.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/styles/normalise.css b/src/styles/normalise.css index 37151e5f..d717e5f4 100644 --- a/src/styles/normalise.css +++ b/src/styles/normalise.css @@ -47,3 +47,12 @@ h6:before { scroll-behavior: auto !important; } } + +html.reduce-motion *, +html.reduce-motion *::before, +html.reduce-motion *::after { + animation-duration: 0.01ms !important; + animation-iteration-count: 1 !important; + transition-duration: 0.01ms !important; + scroll-behavior: auto !important; +} |