feat(brand): vector SVG favicon + deeper green
- favicon.svg: the mark vectorized (OpenCV contour trace of the artwork, even-odd fill) -> crisp at any tab size, ~3KB. Set as the primary <link rel=icon type=image/svg+xml> with PNG fallbacks. - Deepen the green: same hue, full saturation, ~72% value (#1DB800) and embolden faint anti-aliased strokes (alpha gamma) so it no longer looks washed-out at favicon size. - All PNGs (16/32/256, apple-touch, icon-512) regenerated to match. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
<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" />
|
||||
|
||||
Reference in New Issue
Block a user