design: warm red theme + lantern logo + serif headings + favicon
This commit is contained in:
21
public/favicon.svg
Normal file
21
public/favicon.svg
Normal file
@@ -0,0 +1,21 @@
|
||||
<svg viewBox="0 0 60 80" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Lantern">
|
||||
<defs>
|
||||
<radialGradient id="lg" cx="35%" cy="35%" r="75%">
|
||||
<stop offset="0%" stop-color="#E55A56"/>
|
||||
<stop offset="65%" stop-color="#C73E3A"/>
|
||||
<stop offset="100%" stop-color="#8B2A28"/>
|
||||
</radialGradient>
|
||||
</defs>
|
||||
<path d="M 30 2 C 34 2 34 7 30 7" stroke="#8B5A2B" stroke-width="1.5" fill="none"/>
|
||||
<rect x="22" y="7" width="16" height="3" rx="1" fill="#D4A24C"/>
|
||||
<rect x="18" y="10" width="24" height="3" rx="1" fill="#B8893F"/>
|
||||
<ellipse cx="30" cy="40" rx="24" ry="28" fill="url(#lg)"/>
|
||||
<path d="M 10 40 Q 30 32 50 40" stroke="#7A221F" stroke-width="0.8" fill="none" opacity="0.55"/>
|
||||
<path d="M 10 40 Q 30 48 50 40" stroke="#7A221F" stroke-width="0.8" fill="none" opacity="0.55"/>
|
||||
<line x1="30" y1="13" x2="30" y2="67" stroke="#7A221F" stroke-width="0.5" opacity="0.35"/>
|
||||
<rect x="18" y="67" width="24" height="3" rx="1" fill="#B8893F"/>
|
||||
<rect x="22" y="70" width="16" height="3" rx="1" fill="#D4A24C"/>
|
||||
<line x1="25" y1="73" x2="25" y2="78" stroke="#D4A24C" stroke-width="0.9"/>
|
||||
<line x1="30" y1="73" x2="30" y2="78" stroke="#D4A24C" stroke-width="0.9"/>
|
||||
<line x1="35" y1="73" x2="35" y2="78" stroke="#D4A24C" stroke-width="0.9"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
Reference in New Issue
Block a user