From cf3d59204c3723fd9a5daa437995a5a1b1d52ac1 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Fri, 30 Dec 2022 14:41:19 +0100 Subject: [PATCH] update colors --- light-mode.css | 1 + theme.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/light-mode.css b/light-mode.css index 7c919c8..1793dab 100644 --- a/light-mode.css +++ b/light-mode.css @@ -1,4 +1,5 @@ :root { + --color-hover: #3c7dab; --color-primary-light-1: #4793cc; --color-primary: #4793cc; } diff --git a/theme.css b/theme.css index fbde91d..70367dc 100644 --- a/theme.css +++ b/theme.css @@ -1,5 +1,5 @@ :root { - --color-hover: #259bef; + --color-hover: #3c7dab; --color-primary-light-1: #4793cc; --color-primary: #4793cc; }