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:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user