mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-11 22:23:32 +08:00
due to the removal of word transform, the active word color variable needs to be the same
This commit is contained in:
parent
e800ef4961
commit
baad544d27
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue