use green and red as for marking the datepickers

This commit is contained in:
Harald Bamberger
2025-06-03 09:44:03 +02:00
parent 126b2d388b
commit 02dd466cc3
+2 -2
View File
@@ -145,9 +145,9 @@
}
.fhc-bullet-red::before {
color: #ff001e;
color: green;
}
.fhc-bullet-green::before {
color: #00ff26;
color: red;
}