mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-11 06:05:16 +08:00
wpm and timer should now be visible on black background themes
This commit is contained in:
parent
41c7582dd0
commit
087147e2ce
2 changed files with 5 additions and 1 deletions
|
@ -8,4 +8,8 @@
|
|||
--error-extra-color: #791717;
|
||||
--extra-error-color: #da3333;
|
||||
--extra-error-extra-color: #791717;
|
||||
}
|
||||
|
||||
#liveWpm, #timerNumber{
|
||||
color: white;
|
||||
}
|
|
@ -25,7 +25,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
#liveWpm{
|
||||
#liveWpm, #timerNumber{
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue