diff --git a/public/themes/matrix.css b/public/themes/matrix.css index b6f064bc6..ee7fed269 100644 --- a/public/themes/matrix.css +++ b/public/themes/matrix.css @@ -8,4 +8,8 @@ --error-extra-color: #791717; --extra-error-color: #da3333; --extra-error-extra-color: #791717; +} + +#liveWpm, #timerNumber{ + color: white; } \ No newline at end of file diff --git a/public/themes/shadow.css b/public/themes/shadow.css index 592b59976..bdef1c351 100644 --- a/public/themes/shadow.css +++ b/public/themes/shadow.css @@ -25,7 +25,7 @@ } } -#liveWpm{ +#liveWpm, #timerNumber{ color: white; }