fix: pressing space too early with the dark note theme doesnt highlight the word as incorrect (mokshsinghji) (#5052)

This commit is contained in:
mokshsinghji 2024-02-14 11:41:42 +00:00 committed by GitHub
parent 8bf3edaeb2
commit 24975e5d01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -77,6 +77,10 @@ body::before {
color: var(--current-color);
}
#words .word.error letter:not(.correct):not(.incorrect)::after {
background: var(--sub-color);
}
#words .word letter.incorrect,
#words.colorfulMode .word letter.incorrect {
text-decoration: line-through;