commit adbd169dc75337ba1d2884262fa6325ae386ae25
Author: Ben Sima <ben@bensima.com>
Date: Thu Nov 27 10:15:48 2025
Darken task description text in light theme
The build passes with no errors. The change adds `color "#374151"`
(dark
Task-Id: t-149.5
diff --git a/Omni/Jr/Web/Style.hs b/Omni/Jr/Web/Style.hs
index 5d95e423..f91fb02e 100644
--- a/Omni/Jr/Web/Style.hs
+++ b/Omni/Jr/Web/Style.hs
@@ -285,6 +285,7 @@ cardStyles = do
padding (px 12) (px 12) (px 12) (px 12)
borderRadius (px 4) (px 4) (px 4) (px 4)
margin (px 0) (px 0) (px 0) (px 0)
+ color "#374151"
".diff-block" ? do
maxHeight (px 600)
overflowY auto