From be5ce7297bdbfb5c55e4e185b4070d1ec987c964 Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 27 May 2020 01:37:03 +0100 Subject: [PATCH] updated olivia --- public/themes/olivia.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/themes/olivia.css b/public/themes/olivia.css index 214c6614c..51a1fb634 100644 --- a/public/themes/olivia.css +++ b/public/themes/olivia.css @@ -1,6 +1,6 @@ :root { - --bg-color: #2e2d2b; - --main-color: #dfb09e; - --caret-color: #dfb09e; - --sub-color: #756d6a; + --bg-color: #1c1b1d; + --main-color: #f2efed; + --caret-color: #f2efed; + --sub-color: #deaf9d; } \ No newline at end of file