Create a static SVG favicon replicating the nav logo — a forward slash on a dark (#09090b) square with the brand light (#fafafa) text colour. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
5 lines
257 B
XML
5 lines
257 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<rect width="32" height="32" fill="#09090b"/>
|
|
<text x="16" y="24" text-anchor="middle" font-family="'Space Grotesk',sans-serif" font-weight="700" font-size="22" fill="#fafafa">/</text>
|
|
</svg>
|