fix(brand): bolder strokes + cache-bust favicon
- Thicken the mark's strokes (mask dilation ~2.2%) so it reads at tab size; SVG re-traced + all PNGs regenerated, deeper green #1DB800 kept. - The tab kept showing a stale icon because the favicon URL never changed across edits (browsers cache favicons very aggressively). Version the hrefs (?v=3) to force a refetch. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
10
index.html
10
index.html
@@ -2,11 +2,11 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32.png" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16.png" />
|
||||
<link rel="icon" type="image/png" sizes="256x256" href="/favicon.png" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg?v=3" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32.png?v=3" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16.png?v=3" />
|
||||
<link rel="icon" type="image/png" sizes="256x256" href="/favicon.png?v=3" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<title>Fabric</title>
|
||||
|
||||
Reference in New Issue
Block a user