diff --git a/frontend/static/themes/dark_note.css b/frontend/static/themes/dark_note.css index be5d7e31f..605f94140 100644 --- a/frontend/static/themes/dark_note.css +++ b/frontend/static/themes/dark_note.css @@ -142,6 +142,18 @@ hint { opacity: 0; } +@media (prefers-reduced-motion) { + #words .word:has(~ .active) letter { + animation: none !important; + transform: scale(0.4); + color: transparent; + } + #words .word:has(~ .active) letter::after { + animation: none !important; + opacity: 1; + } +} + @keyframes fadeIn { 0% { opacity: 0;