From 5df9a3a42d6c5752bd279cef68e3ffe64fc0ec8a Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Fri, 30 Dec 2022 14:39:25 +0100 Subject: [PATCH] update colors --- light-mode.css | 4 ++++ theme.css | 1 + 2 files changed, 5 insertions(+) diff --git a/light-mode.css b/light-mode.css index b2c0df9..6dbed0b 100644 --- a/light-mode.css +++ b/light-mode.css @@ -1,3 +1,7 @@ +:root { + --color-primary-light-1: #4793cc; +} + .full > .ui.top.menu { color: #fff; background: #1e2430; diff --git a/theme.css b/theme.css index 2909fe0..369b4f4 100644 --- a/theme.css +++ b/theme.css @@ -1,5 +1,6 @@ :root { --color-hover: #259bef; + --color-primary-light-1: #4793cc; } #navbar .active {