From 18c9dc5580917dbe30e3fe7c08819052cc7afe02 Mon Sep 17 00:00:00 2001 From: Ahmad-A0 <71089234+Ahmad-A0@users.noreply.github.com> Date: Tue, 12 Jan 2021 13:32:37 +0000 Subject: [PATCH] Missing --error-extra-color for carbon.css Added the missing error extra color, without this it defaults to the text color. Also changing the colorful variants to match. --- static/themes/carbon.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/themes/carbon.css b/static/themes/carbon.css index 07a3d5c4c..3a2f1cff8 100644 --- a/static/themes/carbon.css +++ b/static/themes/carbon.css @@ -5,7 +5,7 @@ --sub-color: #616161; --text-color: #f5e6c8; --error-color: #e72d2d; - --colorful-error-color: #b62828; - --colorful-error-color: #a5e72d; - --colorful-error-extra-color: #74a120; + --error-extra-color: #7e2a33; + --colorful-error-color: #e72d2d; + --colorful-error-extra-color: #7e2a33; }