From a3be83025b4169c1777801d2e6229040eb378485 Mon Sep 17 00:00:00 2001 From: Tawtis <39294128+Tawtis@users.noreply.github.com> Date: Tue, 22 Dec 2020 09:42:15 +1100 Subject: [PATCH] Update horizon.css --- static/themes/horizon.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/themes/horizon.css b/static/themes/horizon.css index dd3be7fb5..141a31061 100644 --- a/static/themes/horizon.css +++ b/static/themes/horizon.css @@ -1,11 +1,11 @@ :root { --bg-color: #1C1E26; - --main-color:#1C1E26; + --main-color:#c4a88a; --caret-color: #BBBBBB; - --sub-color: #C4A88A; - --text-color: #BBBBBB; + --sub-color: #db886f; + --text-color: #bbbbbb; --error-color: #D55170; - --error-extra-color: #D55170; + --error-extra-color: #ff3d3d; --colorful-error-color: #D55170; --colorful-error-extra-color:#D55170; }