extension: the mark is ink on paper, like the site header (#730)

The popup, panel and sidebar carried the glyph as gold on an ink tile,
a treatment the brand uses nowhere. The site header sets the same
two-shape slash in ink straight on the paper; the extension now does
the same.


Claude-Session: https://claude.ai/code/session_01Vau2X53xGTjjTCXWMVBoNY

Co-authored-by: Claude Code <noreply@anthropic.com>
This commit is contained in:
Paul Bakaus
2026-09-04 13:22:03 -07:00
committed by GitHub
co-authored by Claude Code
parent 5ddcce2574
commit e74a311e40
+6 -7
View File
@@ -126,8 +126,9 @@ body {
}
/* ============================================================
The mark. The one place gold fills a shape: a carved ink tile
split by the slash, the same glyph the toolbar icon carries.
The mark. The site's header sets the glyph in ink straight on
the paper, no tile behind it and no gold: the same two-shape
slash the toolbar icon carries, at the header's proportion.
============================================================ */
.ks-mark {
display: grid;
@@ -135,15 +136,13 @@ body {
flex: none;
width: 22px;
height: 22px;
border-radius: var(--ks-radius-sm);
background: var(--ks-ink);
color: var(--ks-kinpaku);
color: var(--ks-ink);
}
.ks-mark svg {
display: block;
width: 15px;
height: 15px;
width: 20px;
height: 20px;
}
.ks-wordmark {