summaryrefslogtreecommitdiff
path: root/Omni/Jr/Web
diff options
context:
space:
mode:
authorBen Sima <ben@bensima.com>2025-12-01 12:48:51 -0500
committerBen Sima <ben@bensima.com>2025-12-01 12:48:51 -0500
commitfc67e1d6d92cde1adf7dc852a6cb2df279ffff5f (patch)
treefcc243d90cd8d9185b27990bfe3ab923e78d334f /Omni/Jr/Web
parent41fc5370fd9f7b7fe5486f4c35321f28f093720e (diff)
Fix timeline dark mode styling and render comments/thoughts as markdown
- Add dark mode styles for comment-bubble and thought-bubble - Render comments with renderMarkdown instead of plain text - Render thoughts with renderMarkdown instead of renderTextWithNewlines - Remove unused renderTextWithNewlines function
Diffstat (limited to 'Omni/Jr/Web')
-rw-r--r--Omni/Jr/Web/Style.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/Omni/Jr/Web/Style.hs b/Omni/Jr/Web/Style.hs
index a169cd7..4efba18 100644
--- a/Omni/Jr/Web/Style.hs
+++ b/Omni/Jr/Web/Style.hs
@@ -2005,6 +2005,12 @@ darkModeStyles =
".retry-value" ? color "#9ca3af"
".retry-commit" ? backgroundColor "#374151"
".event-bubble" ? backgroundColor "#374151"
+ ".comment-bubble" ? do
+ backgroundColor "#374151"
+ color "#d1d5db"
+ ".thought-bubble" ? do
+ backgroundColor "#44403c"
+ color "#d6d3d1"
".event-label" ? color "#d1d5db"
".line-count" ? do
backgroundColor "#374151"