diff --git a/static/src/scss/base.scss b/static/src/scss/base.scss index 8c8cfc0..251e082 100644 --- a/static/src/scss/base.scss +++ b/static/src/scss/base.scss @@ -32,6 +32,17 @@ body { background-color: $dark-mode-background; color: $dark-mode-text; } + + @media (prefers-reduced-motion: reduce) { + *, + *::before, + *::after { + animation-duration: 0.01ms !important; + animation-iteration-count: 1 !important; + transition-duration: 0.01ms !important; + scroll-behavior: auto !important; + } + } } main {