Skip to content

Commit 98bad9f

Browse files
docs: strip white background from Sentinel shield PNG
The PNG had opaque white pixels inside the rounded-square frame, so any wrapper background was hidden underneath it. Replaced near-white pixels with transparency so the shield now blends straight into the matrix page background.
1 parent 4f05b14 commit 98bad9f

2 files changed

Lines changed: 5 additions & 8 deletions

File tree

docs/assets/sentinel-shield.png

-2.04 KB
Loading

docs/index.html

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -155,14 +155,12 @@
155155
}
156156

157157
nav .logo .brand-mark {
158-
width: 28px;
159-
height: 28px;
158+
width: 24px;
159+
height: 24px;
160160
display: inline-flex;
161161
align-items: center;
162162
justify-content: center;
163-
background: #000;
164-
border-radius: 4px;
165-
padding: 2px;
163+
filter: drop-shadow(0 0 6px rgba(30, 136, 229, 0.45));
166164
}
167165

168166
nav .logo .brand-mark img { width: 100%; height: 100%; object-fit: contain; display: block; }
@@ -1105,9 +1103,8 @@
11051103
<section class="hero">
11061104
<div class="container">
11071105
<div class="protocol-badge fade-in">
1108-
<span style="display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;background:#000;border-radius:4px;padding:1px;">
1109-
<img src="assets/sentinel-shield.png" alt="" style="width:100%;height:100%;object-fit:contain;display:block;">
1110-
</span>
1106+
<img src="assets/sentinel-shield.png" alt="" style="width:16px;height:16px;object-fit:contain;display:inline-block;vertical-align:middle;filter:drop-shadow(0 0 4px rgba(30,136,229,0.5));">
1107+
11111108
Live on Base Mainnet &middot; Sentinel dVPN
11121109
</div>
11131110
<h1 class="fade-in">Private internet<br>for <span class="highlight">AI agents</span><span class="caret"></span></h1>

0 commit comments

Comments
 (0)