From 02dd466cc396dbc18978c1d2b76f9d6062baff99 Mon Sep 17 00:00:00 2001 From: Harald Bamberger Date: Tue, 3 Jun 2025 09:44:03 +0200 Subject: [PATCH] use green and red as for marking the datepickers --- public/css/Fhc.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/Fhc.css b/public/css/Fhc.css index b7110943d..06dc5096e 100644 --- a/public/css/Fhc.css +++ b/public/css/Fhc.css @@ -145,9 +145,9 @@ } .fhc-bullet-red::before { - color: #ff001e; + color: green; } .fhc-bullet-green::before { - color: #00ff26; + color: red; } \ No newline at end of file