This commit is contained in:
parent
4666c1995f
commit
593bdb17d4
6 changed files with 28 additions and 16 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue