fix: blind mode not working in highlight mode off

closes #5663
This commit is contained in:
Miodec 2024-07-27 19:34:56 +02:00
parent 751763cc82
commit 47ef6575a6

View file

@ -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 {