wpm and timer should now be visible on black background themes

This commit is contained in:
Jack 2020-06-23 20:14:26 +01:00
parent 41c7582dd0
commit 087147e2ce
2 changed files with 5 additions and 1 deletions

View file

@ -8,4 +8,8 @@
--error-extra-color: #791717;
--extra-error-color: #da3333;
--extra-error-extra-color: #791717;
}
#liveWpm, #timerNumber{
color: white;
}

View file

@ -25,7 +25,7 @@
}
}
#liveWpm{
#liveWpm, #timerNumber{
color: white;
}