diff --git a/frontend/static/themes/dark_note.css b/frontend/static/themes/dark_note.css index 905527ac9..61ddc19dd 100644 --- a/frontend/static/themes/dark_note.css +++ b/frontend/static/themes/dark_note.css @@ -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;