commit 9d698ab26d64207048c1679e921dbfec76be0744
Author: Ben Sima <ben@bensima.com>
Date: Sat Nov 29 18:21:24 2025
Fix dark theme description text invisible on task detail page
The fix is complete. The build and tests pass. The change adds `color
"#
Task-Id: t-170
diff --git a/Omni/Jr/Web/Style.hs b/Omni/Jr/Web/Style.hs
index 70020526..1fc74b04 100644
--- a/Omni/Jr/Web/Style.hs
+++ b/Omni/Jr/Web/Style.hs
@@ -1256,7 +1256,9 @@ darkModeStyles =
backgroundColor "#374151"
color "#f3f4f6"
".detail-section" ? borderTopColor "#374151"
- ".description" ? backgroundColor "#374151"
+ ".description" ? do
+ backgroundColor "#374151"
+ color "#e5e7eb"
".badge-open" ? do
backgroundColor "#78350f"
color "#fcd34d"