From bfd87282f4bfd89bc3f9e13a9d441b329b5cd966 Mon Sep 17 00:00:00 2001 From: Jack Date: Sat, 30 May 2020 15:25:06 +0100 Subject: [PATCH] reworked olivia --- public/themes/olivia.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/public/themes/olivia.css b/public/themes/olivia.css index 51a1fb634..9da05e2ac 100644 --- a/public/themes/olivia.css +++ b/public/themes/olivia.css @@ -1,6 +1,9 @@ :root { --bg-color: #1c1b1d; - --main-color: #f2efed; - --caret-color: #f2efed; - --sub-color: #deaf9d; + --main-color: #deaf9d; + --caret-color: #deaf9d; + --sub-color: #4e3e3e; + --text-color:#f2efed; + --error-color: #bf616a; + --error-extra-color: #793e44; } \ No newline at end of file