diff --git a/frontend/src/styles/test.scss b/frontend/src/styles/test.scss index 126bb2b78..14dcfdddf 100644 --- a/frontend/src/styles/test.scss +++ b/frontend/src/styles/test.scss @@ -334,6 +334,14 @@ animation: var(--untyped-letter-animation); } } + &.blind { + .word { + letter.incorrect { + color: var(--untyped-letter-color); + animation: var(--untyped-letter-animation); + } + } + } } &.highlight-word {