From 258208b72bb89950adc57849f936b4e9c17f486c Mon Sep 17 00:00:00 2001
From: Giulio Caflisch <giuliocaflisch@gmail.com>
Date: Wed, 13 Dec 2023 15:07:02 +0000
Subject: [PATCH] Corrected orange (lignter) for important things

---
 static/style.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/static/style.css b/static/style.css
index 6530da6..b61d8cb 100644
--- a/static/style.css
+++ b/static/style.css
@@ -269,7 +269,7 @@
 .special {
     border-radius: var(--mid-small);
     padding:       var(--mid);
-    background-color: var(--mid-orange) !important;
+    background-color: var(--light-orange) !important;
 }
 
 /* Summary */
-- 
GitLab