From f6a9b86131d67ed3e63c1d6e6845891f29e19a1e Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 3 Mar 2026 15:19:15 +0000 Subject: [PATCH] fix: project header text color to white in focus hierarchy Co-Authored-By: Claude Opus 4.6 --- templates/focus.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/focus.html b/templates/focus.html index f704420..6d42980 100644 --- a/templates/focus.html +++ b/templates/focus.html @@ -32,7 +32,7 @@ {% if project.label %}
- {{ project.label }} + {{ project.label }}
{% endif %} {% for item in project.rows %}