[object Object]

← back to Handcraftedwallpaper

favicon: Mag-7-inspired SVG glyph

6445e0c8df7a1a7b8682c3746814cdf1b9802646 · 2026-05-14 08:35:02 -0700 · Steve

Files touched

Diff

commit 6445e0c8df7a1a7b8682c3746814cdf1b9802646
Author: Steve <steve@designerwallcoverings.com>
Date:   Thu May 14 08:35:02 2026 -0700

    favicon: Mag-7-inspired SVG glyph
---
 public/favicon.svg | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/public/favicon.svg b/public/favicon.svg
index 0edfd2b..4bd5396 100644
--- a/public/favicon.svg
+++ b/public/favicon.svg
@@ -1,4 +1 @@
-<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
-<rect width="32" height="32" rx="6" fill="#10b981"/>
-<text x="50%" y="55%" text-anchor="middle" dominant-baseline="middle" font-size="20" font-family="Apple Color Emoji, Segoe UI Emoji, sans-serif" fill="white">H</text>
-</svg>
\ No newline at end of file
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64"> <defs> <radialGradient id="nv" cx="50%" cy="50%" r="60%"> <stop offset="0%" stop-color="#3a2a1c"/> <stop offset="100%" stop-color="#8a4a2a"/> </radialGradient> </defs> <rect width="64" height="64" rx="14" fill="url(#nv)"/> <text x="32" y="44" font-family="Inter,Helvetica,sans-serif" font-size="34" font-weight="800" text-anchor="middle" fill="#F4D08F" letter-spacing="-1.5" font-style="italic">H</text> </svg>
\ No newline at end of file

← e464cdf fix env wiring — anchor dotenv to __dirname so .env loads ev  ·  back to Handcraftedwallpaper  ·  4-grid hero: drop-in script + crop CSS + initial 4 newest pr 4df77eb →