diff --git a/src/app.css b/src/app.css index 8f49a67..9fd5396 100644 --- a/src/app.css +++ b/src/app.css @@ -294,3 +294,14 @@ html.light .animate-glow-pulse { } /* Recording indicator dot (follows mouse via JS, see +layout.svelte) */ + +/* === Reduced Motion === */ +@media (prefers-reduced-motion: reduce) { + *, + *::before, + *::after { + animation-duration: 0.01ms !important; + animation-iteration-count: 1 !important; + transition-duration: 0.01ms !important; + } +}