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

@ -860,7 +860,7 @@ onUnmounted(() => {
.form-submit {
display: inline-block;
background: var(--parch);
color: var(--candle-faint);
color: var(--parch-accent);
font-family: 'Commit Mono', monospace;
font-size: 13px;
font-weight: 600;
@ -875,7 +875,7 @@ onUnmounted(() => {
.form-submit:hover {
background: var(--parch-hover);
border-color: var(--parch-hover);
color: var(--candle-dim);
color: var(--parch-text);
text-decoration: none;
}
.form-submit:disabled {