Skip to content

Commit

Permalink
due to the removal of word transform, the active word color variable …
Browse files Browse the repository at this point in the history
…needs to be the same
  • Loading branch information
Miodec committed May 16, 2020
1 parent e800ef4 commit baad544
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/themes/nord.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
--bg-color: #242933;
--caret-color: #d8dee9;
--main-color: #d8dee9;
--sub-color: #4c566a;
--active-word-color: #81a1c1;
--sub-color: #617b94;
--active-word-color: #617b94;
}

.word letter.incorrect {
Expand Down

0 comments on commit baad544

Please sign in to comment.