From 912870fcfb299720de9f0e21b7f53daed830163e Mon Sep 17 00:00:00 2001 From: Jack Date: Sat, 30 May 2020 14:48:25 +0100 Subject: [PATCH] reworked dracula --- public/themes/dracula.css | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/public/themes/dracula.css b/public/themes/dracula.css index ee8945f63..b98962e45 100644 --- a/public/themes/dracula.css +++ b/public/themes/dracula.css @@ -3,19 +3,11 @@ --main-color: #f2f2f2; --caret-color: #f2f2f2; --sub-color: #bd93f9; + --text-color: #f2f2f2; + --error-color: #f758a0; + --error-extra-color: #732e51; } -.word letter.incorrect{ - color: #f758a0; -} - -.word letter.incorrect.extra{ - color: #732e51; -} - -.word.error{ - border-bottom: 2px solid #f758a0; -} #menu .button:nth-child(1){ color: #ec75c4;