fix(portfolio): enforce accent discipline, display heading, and AA contrast

This commit is contained in:
kbot
2026-07-06 20:56:51 -05:00
parent ff4b556381
commit c0376df402
5 changed files with 16 additions and 14 deletions

View File

@@ -198,7 +198,7 @@ export function CommandPalette() {
</Command.Group>
</Command.List>
<div className="flex items-center justify-between border-t border-blacksite-line px-4 py-3 font-mono text-[11px] uppercase tracking-[0.16em] text-blacksite-faint sm:px-5">
<div className="flex items-center justify-between border-t border-blacksite-line px-4 py-3 font-mono text-[11px] uppercase tracking-[0.16em] text-blacksite-muted sm:px-5">
<span> select</span>
<span>Enter run · Esc close</span>
</div>