Design token updates.
Some checks failed
Test / vitest (push) Successful in 10m47s
Test / playwright (push) Failing after 9m11s
Test / visual (push) Failing after 9m11s
Test / Notify on failure (push) Successful in 2s

This commit is contained in:
Jennie Robinson Faber 2026-04-11 23:24:38 +01:00
parent de3bcc479a
commit c6b970a621
13 changed files with 198 additions and 211 deletions

View file

@ -468,6 +468,7 @@ useHead({
/* Bio: parch (inverted) block */
.profile-section--parch {
background: var(--parch);
border-bottom-color: var(--parch-border);
}
.profile-section--parch .section-label {
color: var(--parch-text-dim);
@ -476,7 +477,7 @@ useHead({
color: var(--parch-text);
}
.profile-section--parch .profile-bio :deep(a) {
color: var(--candle-faint);
color: var(--parch-accent);
text-decoration: underline;
text-underline-offset: 2px;
}