Commit 71a1ba7
authored
fix: replace the wordmark favicon with a legible icon set (#164)
The favicon was the full 1099x406 logo lockup, which renders 16x6 in a
tab - an illegible smear - in near-black on a transparent background, so
it vanished entirely on a dark tab strip. There was also no favicon.ico,
leaving Safari before 26, feed readers and the favicon services with
nothing, and no apple-touch-icon.
Crop to the dot matrix from the logo, the only part that survives 16px,
on a square viewBox. The dots take the accent blue and swap to the dark
accent through a media query inside the SVG. Add a compiled favicon.ico
with 16/32/48 entries at the stable root URL, and an opaque 180x180
apple touch icon on the brand cream, since iOS composites transparency
onto black.
The new SVG lands on a fresh URL because Safari's favicon cache only
refreshes dependably on a URL change.1 parent 62a7c96 commit 71a1ba7
5 files changed
Lines changed: 27 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
16 | 26 | | |
17 | 27 | | |
18 | 28 | | |
| |||
Loading
Binary file not shown.
This file was deleted.
Loading
0 commit comments