about page
All checks were successful
Deploy / build-deploy (push) Successful in 4m46s

This commit is contained in:
Jorijn van der Graaf 2026-08-05 07:05:00 +02:00
commit cc02023625
10 changed files with 341 additions and 39 deletions

View file

@ -738,6 +738,13 @@ treatment it replaces, which read as the wrong category for the work.
border-color: color-mix(in oklab, var(--danger) 40%, transparent);
background: color-mix(in oklab, var(--danger) 10%, transparent);
}
/* The one-line person-company link under the hero actions. Muted: it is a
fact, not a call to action. */
.hero__byline {
color: var(--text-muted);
font-size: var(--step--1);
}
/* The coming-soon price list: the launch prices per colour, shown where the
colour selector will be once orders open. */
.checkout__colors {