fix: use accent blue for project headers in focus hierarchy

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-03 15:22:00 +00:00
parent f6a9b86131
commit d034f4af4e

View File

@@ -32,7 +32,7 @@
{% if project.label %}
<!-- Project header -->
<div style="padding:2px 10px 2px 40px;border-bottom:1px solid var(--border);">
<span style="font-weight:500;font-size:0.75rem;color:var(--text)">{{ project.label }}</span>
<span style="font-weight:500;font-size:0.75rem;color:var(--accent)">{{ project.label }}</span>
</div>
{% endif %}
{% for item in project.rows %}