112 tested
All checks were successful
Deploy / build-deploy (push) Successful in 3m21s

This commit is contained in:
Jorijn van der Graaf 2026-08-18 14:52:49 +02:00
commit 593bdb17d4
6 changed files with 28 additions and 16 deletions

View file

@ -964,8 +964,9 @@ treatment it replaces, which read as the wrong category for the work.
border-bottom: 1px solid var(--border);
}
/* The emergency-calling note on the product page. Warn colours rather than
danger: it flags an unverified path, not a known-broken one. */
/* A product's safety note. Warn colours rather than danger: the box flags a
caveat, not a known-broken feature. Unused since the emergency-calling
caveat came off kept with the renderer that would use it again. */
.notice--warn {
color: var(--warn);
border-color: color-mix(in oklab, var(--warn) 40%, transparent);