Skip to content

Commit

Permalink
fix: pressing space too early with the dark note theme doesnt highlig…
Browse files Browse the repository at this point in the history
…ht the word as incorrect (mokshsinghji) (#5052)
  • Loading branch information
mokshsinghji committed Feb 14, 2024
1 parent 8bf3eda commit 24975e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/static/themes/dark_note.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 24975e5

Please sign in to comment.