Replace muddy gold borders with pristine gold or neutral hairlines

Audit every --ks-rule-strong usage (the muddy desaturated gold). Where
the border/text sits beside pristine kinpaku or signals an active/hover/
brand state, lift it to --ks-kinpaku; where it's a large structural
frame, window chrome, or paired with neutral siblings, drop it to the
neutral --ks-rule hairline.

Lifted to --ks-kinpaku: detector focus ring + secondary action buttons,
design-system candidate caption + mini-ui "after" border, docs neon-case
secondary/hero-shot-hover, docs flow/chain arrows, homepage slop-teaser
hover + impeccable-card.
Dropped to --ks-rule: design-system comparison-stage frame, docs
neon-case-command frame, light-mode hero demo shell + split-label pill +
live-demo pin-note.

--ks-rule-strong is now unused outside its token definition.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Paul Bakaus
2026-06-02 11:37:39 +02:00
co-authored by Claude Opus 4.8
parent 23dcaa79e0
commit 2a605f63ca
7 changed files with 15 additions and 15 deletions
+3 -3
View File
@@ -3159,7 +3159,7 @@
.neon-case-secondary {
color: var(--ks-kinpaku);
border-color: var(--ks-rule-strong);
border-color: var(--ks-kinpaku);
}
.neon-case-primary:hover,
@@ -3188,7 +3188,7 @@
.neon-case-hero-shot:hover {
transform: translateY(-3px);
border-color: var(--ks-rule-strong);
border-color: var(--ks-kinpaku);
}
.neon-case-hero-shot img {
@@ -3323,7 +3323,7 @@
align-items: end;
padding: clamp(2rem, 5vw, 4rem);
background: var(--ks-lacquer-deep);
border: 1px solid var(--ks-rule-strong);
border: 1px solid var(--ks-rule);
border-radius: 2px;
}