Skip to content

Commit ef91e08

Browse files
author
ying
committed
Use app icon in release page header
1 parent 711e7c4 commit ef91e08

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

docs/index.html

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -207,13 +207,11 @@
207207
}
208208

209209
.mark {
210-
width: 22px;
211-
height: 22px;
212-
border-radius: 7px;
213-
background:
214-
linear-gradient(135deg, rgba(255, 255, 255, .88), rgba(255, 255, 255, 0)),
215-
linear-gradient(135deg, var(--accent), var(--cyan));
216-
box-shadow: 0 8px 22px color-mix(in srgb, var(--accent) 36%, transparent);
210+
width: 30px;
211+
height: 30px;
212+
border-radius: 8px;
213+
object-fit: cover;
214+
box-shadow: 0 8px 22px color-mix(in srgb, var(--accent) 24%, transparent);
217215
}
218216

219217
.nav-links {
@@ -1343,7 +1341,7 @@
13431341
<div class="scroll-meter" aria-hidden="true"></div>
13441342
<header class="site-nav">
13451343
<a class="brand" href="#top" aria-label="ClipShelf">
1346-
<span class="mark" aria-hidden="true"></span>
1344+
<img class="mark" src="assets/site/apple-touch-icon.png" width="30" height="30" alt="">
13471345
<span>ClipShelf</span>
13481346
</a>
13491347
<nav class="nav-links" aria-label="Primary">

0 commit comments

Comments
 (0)