From 89ada1b0456387cf291962a7cfdbfb3dc582eef9 Mon Sep 17 00:00:00 2001 From: Jack Date: Mon, 14 Sep 2020 23:04:28 +0100 Subject: [PATCH] updated modern dolch blue --- public/themes/modern_dolch.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/themes/modern_dolch.css b/public/themes/modern_dolch.css index 8b839da35..05d72c35d 100644 --- a/public/themes/modern_dolch.css +++ b/public/themes/modern_dolch.css @@ -1,7 +1,7 @@ :root { --bg-color: #2d2e30; - --main-color: #65d2cd; - --caret-color: #65d2cd; + --main-color: #7EDDD3; + --caret-color: #7EDDD3; --sub-color: #54585c; --text-color: #e3e6eb; --error-color: #d36a7b;