From 73be08e7cc594343df724b860ba77bad089b7a90 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 3 Mar 2026 15:23:28 +0000 Subject: [PATCH] fix: use muted gray for project headers 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..a2c86ad 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 %}