mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-11 21:57:14 +03:00
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:
co-authored by
Claude Code
parent
5ddcce2574
commit
e74a311e40
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user