Skip to content

Commit d1f6267

Browse files
committed
chassis: class-pill and footer-link contrast to AA (derived tokens only; locked palette untouched)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0176ZYTwoV8V4So9SBTizc5X
1 parent 1ce3102 commit d1f6267

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

src/components/SiteFooter.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ const { hideContact = false } = Astro.props;
122122
.footfed-identity a,
123123
.footfed-contact-link,
124124
.footfed-legal-link {
125-
color: var(--color-ink-mute);
125+
color: var(--color-ink-soft);
126126
text-decoration: none;
127127
border-bottom: 1px solid var(--color-rule);
128128
}

src/styles/tokens.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@
2020
--color-sea: #3a4a52;
2121
--color-fjord: #4d6b76;
2222
--color-amber: #c98e36;
23+
/* Derived: darkened variants for AA text-on-fill contrast (class pills) */
2324
--color-amber-ink: #7a5212;
2425
--color-tide: #8a8d86;
2526
--color-marsh: #6e7a4c;
27+
--color-marsh-ink: #55603a;
2628

2729
/* Semantic — neutral */
2830
--color-bg: var(--color-paper);
@@ -36,9 +38,9 @@
3638
/* Semantic — class pills (system / element / meta) */
3739
--color-class-system: var(--color-brick);
3840
--color-class-system-bg: #f4e6dc;
39-
--color-class-element: var(--color-marsh);
41+
--color-class-element: var(--color-marsh-ink);
4042
--color-class-element-bg: #eaeee0;
41-
--color-class-meta: var(--color-amber);
43+
--color-class-meta: var(--color-amber-ink);
4244
--color-class-meta-bg: #f5e8cf;
4345

4446
/* Typography — families */

0 commit comments

Comments
 (0)