Skip to content

Commit 148d859

Browse files
authored
Merge pull request #10 from btravstack/fix/light-text-contrast
Light mode: darken secondary/metadata text for AA contrast
2 parents 7eda276 + 7a8c433 commit 148d859

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/theme/src/tokens.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@
147147
--border-2: rgba(26, 12, 20, 0.17);
148148

149149
--text: #1F0E18;
150-
--muted: #6A5965;
151-
--faint: #978996;
150+
--muted: #5E5159; /* ~7.1:1 on white */
151+
--faint: #766678; /* ~5.0:1 on white (was #978996, 3.1:1 — failed AA) */
152152

153153
--accent: #E0589A; /* fill unchanged (dark ink on top) */
154154
--text-accent: #D6246F; /* small labels / links — vivid raspberry, ~4.6:1 AA on white */

0 commit comments

Comments
 (0)