From 9a906bfc74e526b565cc21a65105f0f8dc04d39d Mon Sep 17 00:00:00 2001 From: Jack Date: Tue, 26 May 2020 22:07:30 +0100 Subject: [PATCH] changed the rgb error color to increase readability --- public/themes/rgb.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/public/themes/rgb.css b/public/themes/rgb.css index ccded22f9..889c2db06 100644 --- a/public/themes/rgb.css +++ b/public/themes/rgb.css @@ -23,6 +23,22 @@ } } + +.word.error { + border-bottom: 2px solid #ccc; +} + +.word letter.incorrect { + color: white; +} + +.word letter.incorrect.extra { + color: white; +} + + + + .logo .bottom, #top .config .group .buttons .button.active, #result .stats .group .bottom,