- Create light (orange-700) and dark (orange-600) coffee cup SVG favicons - Add explicit routes for both SVG variants - Set correct favicon on initial load before body renders - Swap favicon href on manual theme toggle - Listen for OS prefers-color-scheme changes when no manual override set
5 lines
391 B
XML
5 lines
391 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
<path fill="#ea580c" d="M4 12h18v13a4 4 0 0 1-4 4H8a4 4 0 0 1-4-4V12Z"/>
|
|
<path fill="none" stroke="#ea580c" stroke-linecap="round" stroke-width="2.5" d="M22 16c3.5 0 5.5 2.5 5.5 4.5S25.5 25 22 25"/>
|
|
<path fill="none" stroke="#ea580c" stroke-linecap="round" stroke-width="2" d="M10 9V4m6 5V4"/>
|
|
</svg>
|