commit b46cd3444933e54ec2fa095cfeb45913427a44f9
Author: Ben Sima <ben@bensima.com>
Date: Sat Nov 29 18:51:58 2025
Fix dark mode contrast for homepage stat card numbers
Build and tests passed with no errors.
Task-Id: t-174
diff --git a/Omni/Jr/Web/Style.hs b/Omni/Jr/Web/Style.hs
index 0432cae0..10f7f734 100644
--- a/Omni/Jr/Web/Style.hs
+++ b/Omni/Jr/Web/Style.hs
@@ -1361,6 +1361,12 @@ darkModeStyles =
backgroundColor "#1f2937"
borderColor "#374151"
+ (".stat-card.badge-open" |> ".stat-count") ? color "#fbbf24"
+ (".stat-card.badge-inprogress" |> ".stat-count") ? color "#60a5fa"
+ (".stat-card.badge-review" |> ".stat-count") ? color "#a78bfa"
+ (".stat-card.badge-approved" |> ".stat-count") ? color "#22d3ee"
+ (".stat-card.badge-done" |> ".stat-count") ? color "#34d399"
+
".progress-bar" ? backgroundColor "#374151"
".progress-fill" ? backgroundColor "#60a5fa"
".multi-progress-bar" ? backgroundColor "#374151"