Skip to content

Commit c6c44f1

Browse files
drknowhowclaude
andcommitted
Add background and border to icon for visibility
Icon has transparent background — add surface bg, border, and padding so it renders visibly on both light and dark themes. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8eb31aa commit c6c44f1

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

docs/index.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,12 @@
9393
}
9494

9595
.nav-brand img {
96-
width: 32px;
97-
height: 32px;
98-
border-radius: 6px;
96+
width: 34px;
97+
height: 34px;
98+
border-radius: 8px;
99+
background: var(--surface);
100+
padding: 2px;
101+
border: 1px solid var(--border);
99102
}
100103

101104
.nav-links {
@@ -201,6 +204,9 @@
201204
border-radius: 24px;
202205
margin-bottom: 32px;
203206
box-shadow: var(--shadow-lg);
207+
background: var(--surface);
208+
padding: 8px;
209+
border: 1px solid var(--border);
204210
}
205211

206212
.hero h1 {

0 commit comments

Comments
 (0)