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

@ -89,6 +89,7 @@
<div class="ci-header">
<strong>How to Subscribe to Your Calendar</strong>
<button
type="button"
@click="showCalendarInstructions = false"
class="ci-close"
>
@ -435,7 +436,7 @@ useHead({
}
.unauth-state h2 {
font-family: "Brygada 1918", serif;
font-family: var(--font-display);
font-size: 20px;
font-weight: 500;
color: var(--text-bright);
@ -519,7 +520,7 @@ useHead({
/* ---- CALENDAR BUTTON ---- */
.calendar-btn {
font-family: "Commit Mono", monospace;
font-family: inherit;
font-size: 11px;
color: var(--candle-dim);
background: none;
@ -603,7 +604,7 @@ useHead({
/* ---- QUICK ACTIONS ---- */
.quick-action {
border: 1px dashed var(--border);
padding: 14px 20px;
padding: 12px 20px;
margin-bottom: 8px;
transition: border-color 0.2s;
display: flex;
@ -697,7 +698,7 @@ useHead({
}
.content-block {
padding: 20px;
padding: 20px 24px;
}
.event-item {