mirror of
https://github.com/zvx-echo6/meshai.git
synced 2026-06-11 09:24:44 +02:00
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:
parent
d0bf298f89
commit
06a5cc23ef
9 changed files with 610 additions and 126 deletions
|
|
@ -24,7 +24,7 @@ body {
|
|||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: #1e1e1e;
|
||||
background: #2a2a2a;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue