style: align done bar typography with board section head
Match font-size (12px), font-weight (700), and letter-spacing (0.16em) to the existing board-section-head__title pattern for visual consistency. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
57667a96b5
commit
2e309d2a45
|
|
@ -2011,9 +2011,9 @@ html.light .xterm .xterm-viewport:hover::-webkit-scrollbar-thumb:active {
|
|||
background: none;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
font-size: 11px;
|
||||
font-weight: 600;
|
||||
letter-spacing: 0.06em;
|
||||
font-size: 12px;
|
||||
font-weight: 700;
|
||||
letter-spacing: 0.16em;
|
||||
text-transform: uppercase;
|
||||
color: var(--color-text-muted);
|
||||
transition: color 0.15s ease;
|
||||
|
|
|
|||
Loading…
Reference in New Issue