From 9f5bb64aee58f80aefe653e2b63e3f66a641b6f7 Mon Sep 17 00:00:00 2001 From: Jack Date: Mon, 22 Nov 2021 21:43:48 +0000 Subject: [PATCH] updated comfy text color to be monochromatic, updated error color --- static/themes/comfy.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/themes/comfy.css b/static/themes/comfy.css index aaa65fa85..7677b6a9e 100644 --- a/static/themes/comfy.css +++ b/static/themes/comfy.css @@ -3,9 +3,9 @@ --main-color: #f8cdc6; --caret-color: #9ec1cc; --sub-color: #9ec1cc; - --text-color: #f8cdc6; - --error-color: #a0a2a6; - --error-extra-color: #a0a2a6; + --text-color: #f5efee; + --error-color: #c9465e; + --error-extra-color: #c9465e; --colorful-error-color: #c9465e; --colorful-error-extra-color: #c9465e; }