From 0e87cf73feb85ef39ba9c68da3639d44e17ded86 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 3 Mar 2026 15:19:25 +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 %}