File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -72,17 +72,17 @@ body::before {
7272 text-shadow : none;
7373}
7474
75- # words .colorfulMode .word letter .incorrect : not (.extra ),
76- # words .word letter .incorrect : not (.extra ) {
75+ # words : not (. blind ) .colorfulMode .word letter .incorrect : not (.extra ),
76+ # words : not (. blind ) .word letter .incorrect : not (.extra ) {
7777 color : var (--current-color );
7878}
7979
80- # words .word .error letter : not (.correct ): not (.incorrect )::after {
80+ # words : not (. blind ) .word .error letter : not (.correct ): not (.incorrect )::after {
8181 background : var (--sub-color );
8282}
8383
84- # words .word letter .incorrect ,
85- # words .colorfulMode .word letter .incorrect {
84+ # words : not (. blind ) .word letter .incorrect ,
85+ # words : not (. blind ) .colorfulMode .word letter .incorrect {
8686 text-decoration : line-through;
8787 text-decoration-color : var (--error-color );
8888 text-decoration-thickness : 2px ;
@@ -128,7 +128,7 @@ body::before {
128128 background : var (--c-dot );
129129}
130130
131- # wordsWrapper .word letter .incorrect ::after {
131+ # wordsWrapper # words : not (. blind ) .word letter .incorrect ::after {
132132 background : var (--c-dot--error );
133133}
134134
You can’t perform that action at this time.
0 commit comments