From 50dd89ca52ba0985547903f6e5133a3c4e71c8c9 Mon Sep 17 00:00:00 2001 From: Jack Date: Sat, 30 May 2020 14:56:33 +0100 Subject: [PATCH] tweaked laser --- public/themes/laser.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/themes/laser.css b/public/themes/laser.css index 1cbf7834e..b0a48cd82 100644 --- a/public/themes/laser.css +++ b/public/themes/laser.css @@ -3,4 +3,7 @@ --main-color: #009eaf; --caret-color: #009eaf; --sub-color: #b82356; + --text-color: #009eaf; + --error-color: #a8d400; + --error-extra-color: #668000; }