mirror of
https://github.com/kbenestad/invoice.git
synced 2026-06-18 08:04:32 +00:00
Remove brand text from header — icon only
https://claude.ai/code/session_01MkM7p8Us3L8YAfLKGA13NS
This commit is contained in:
parent
fcd2f047e7
commit
46b17cd154
1 changed files with 1 additions and 5 deletions
|
|
@ -155,10 +155,7 @@
|
|||
display: grid; place-items: center; overflow: hidden; opacity: .82;
|
||||
}
|
||||
.kb-brand .logo svg { width: 28px; height: 28px; display: block; }
|
||||
.kb-brand .org {
|
||||
font-size: 12px; font-weight: 500; color: var(--text-muted);
|
||||
letter-spacing: -0.01em; opacity: .7;
|
||||
}
|
||||
|
||||
.kb-doctitle { text-align: right; }
|
||||
.kb-doctitle h1 { margin: 0; font-size: var(--fs-h1); font-weight: 700; letter-spacing: -0.01em; color: var(--text); }
|
||||
|
||||
|
|
@ -379,7 +376,6 @@
|
|||
<path d="M18.5 33 H29.5" stroke="#fff" stroke-width="3.2" stroke-linecap="round"/>
|
||||
</svg>
|
||||
</span>
|
||||
<span class="org">kBenestad</span>
|
||||
</div>
|
||||
<div class="kb-doctitle">
|
||||
<h1 id="inv-title">Invoice</h1>
|
||||
|
|
|
|||
Loading…
Reference in a new issue