From 087147e2ce488f83915af769ba2e02ef15bbeff5 Mon Sep 17 00:00:00 2001 From: Jack Date: Tue, 23 Jun 2020 20:14:26 +0100 Subject: [PATCH] wpm and timer should now be visible on black background themes --- public/themes/matrix.css | 4 ++++ public/themes/shadow.css | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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; }