Skip to content

Commit 2c44400

Browse files
Christian Shearerclaude
andcommitted
Brighten muted and dim text colors for better readability
--color-muted: #8B90A0 → #A8ADBC (nav links, marketplace link, etc.) --color-dim: #515868 → #7A8194 (project locations, toggle labels, etc.) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0b9c304 commit 2c44400

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/server/brand.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ export function brandCSS(): string {
9191
/* Text */
9292
--color-cream: #F0ECE2;
9393
--color-cream-soft: #D4D0C8;
94-
--color-muted: #8B90A0;
95-
--color-dim: #515868;
94+
--color-muted: #A8ADBC;
95+
--color-dim: #7A8194;
9696
9797
/* Accent — Gaia green */
9898
--color-emerald: #2b994f;
@@ -128,8 +128,8 @@ export function brandCSS(): string {
128128
--regen-gray-100: #0E1018;
129129
--regen-gray-200: rgba(240,236,226,0.07);
130130
--regen-gray-300: rgba(240,236,226,0.12);
131-
--regen-gray-400: #515868;
132-
--regen-gray-500: #8B90A0;
131+
--regen-gray-400: #7A8194;
132+
--regen-gray-500: #A8ADBC;
133133
--regen-gray-700: #D4D0C8;
134134
--regen-teal: #33b35c;
135135
--regen-sage: #2b994f;

0 commit comments

Comments
 (0)