fix: Carbon theme — bump muted text tiers for legibility (#333/#444 → #666/#777)

text-[#333] → text-[#666] (63 hits), text-[#444] → text-[#777] (38 hits)
across all tsx/css. Scrollbar thumb #1e1e1e → #2a2a2a.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Matt Johnson (via Claude) 2026-06-10 15:44:48 +00:00
commit 06a5cc23ef
9 changed files with 610 additions and 126 deletions

View file

@ -24,7 +24,7 @@ body {
}
::-webkit-scrollbar-thumb {
background: #1e1e1e;
background: #2a2a2a;
border-radius: 0;
}