From 3d1943791e3e40166a1ece963ad342ff280de837 Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Thu, 20 Feb 2025 09:31:39 +0100 Subject: [PATCH] tried to fix the colour of higlight in light theme --- assets/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index 17127f5..e7ede6c 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -11,7 +11,8 @@ --------------------------------------------------------------*/ :root { color-scheme: dark; - --highlight: #ffb727; + /* --highlight: #ffb727; */ + --highlight: #f3a200; --highlight-alt: #ffc85a; --background: #fff;