fix(brand): header shows a plain white C + gold dot on the blue bar
The header is already blue, so the app-icon-in-a-white-pill looked like blue→white→blue→white nesting. Use a transparent mark (mark-light.svg: white C + gold dot) placed directly on the blue header (home/index/connect/dashboard), dropping the white background + padding. share.html keeps the full app icon (it's a light card, not the blue bar). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
<body>
|
||||
<header>
|
||||
<div class="brandrow">
|
||||
<img src="/icon-192.png" alt="" style="height:40px;width:auto;max-width:170px;border-radius:8px;object-fit:contain;background:#fff;padding:4px 10px" onerror="this.style.display='none'">
|
||||
<img src="/mark-light.svg" alt="" style="height:40px;width:auto;max-width:170px;border-radius:8px;object-fit:contain" onerror="this.style.display='none'">
|
||||
<div class="brand">Biz <span>Connect</span></div>
|
||||
</div>
|
||||
<div class="hdr-right">
|
||||
|
||||
Reference in New Issue
Block a user