From 7dc0bf37afe09ea620769a5d64c6c5a2ecc4be55 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 20 May 2020 22:40:28 +0100 Subject: [PATCH] swapped the colors around in the serika theme --- public/themes/serika.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/themes/serika.css b/public/themes/serika.css index 3b2a97155..e074914d1 100644 --- a/public/themes/serika.css +++ b/public/themes/serika.css @@ -1,6 +1,6 @@ :root { - --bg-color: #e2b714; - --main-color: #323437; - --caret-color: #323437; - --sub-color: #d1d0c5; + --main-color: #e2b714; + --caret-color: #e2b714; + --sub-color: #323437; + --bg-color: #e1e1e3; } \ No newline at end of file