From 7f15dcd27a91ffa3d2f696080a3609458449a06f Mon Sep 17 00:00:00 2001 From: Yuri Baburov Date: Fri, 10 Apr 2026 19:57:06 +0300 Subject: [PATCH] style: make running card titles white for better visibility --- src/frontend/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/styles.css b/src/frontend/styles.css index be798f4..22aa7f2 100644 --- a/src/frontend/styles.css +++ b/src/frontend/styles.css @@ -2362,7 +2362,7 @@ body { .running-msg { font-size: 13px; - color: var(--text-secondary); + color: var(--text-primary); padding: 10px; background: rgba(255,255,255,0.03); border-radius: 8px;