Skip to content

Commit dbeecfa

Browse files
lalithaarclaude
andcommitted
a11y: darken .lead / muted text colour for WCAG contrast
$text-muted: #6c757d → #4a5568 (~3.5:1 → ~5.6:1 on #f7f6f2 background). Affects .lead, .text-muted, and any Bootstrap component using $text-muted. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent d9dbb4d commit dbeecfa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

custom.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ $body-color: #1a1a1a;
2929
$headings-font-weight: 600;
3030
$headings-letter-spacing: -0.01em;
3131
$link-color: #1a56c4;
32+
$text-muted: #4a5568; /* a11y: #6c757d fails contrast on #f7f6f2 (~3.5:1); #4a5568 ~5.6:1 */
3233

3334

3435
/*-- scss:rules --*/

0 commit comments

Comments
 (0)