feat: update popup styles for improved aesthetics; add SVG favicon
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
||||
<defs>
|
||||
<linearGradient id="bg" x1="0%" y1="100%" x2="100%" y2="0%">
|
||||
<stop offset="3%" style="stop-color:hsl(240,1%,25%)"/>
|
||||
<stop offset="97%" style="stop-color:hsl(0,0%,19%)"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect width="64" height="64" rx="14" fill="url(#bg)"/>
|
||||
<!-- Crown -->
|
||||
<path d="M10 44 L10 24 L22 34 L32 16 L42 34 L54 24 L54 44 Z"
|
||||
fill="hsl(45,100%,72%)" stroke="hsl(45,100%,72%)" stroke-width="1" stroke-linejoin="round"/>
|
||||
<rect x="10" y="44" width="44" height="6" rx="2" fill="hsl(45,100%,72%)"/>
|
||||
<!-- jewels -->
|
||||
<circle cx="22" cy="38" r="2.5" fill="hsl(240,1%,17%)"/>
|
||||
<circle cx="32" cy="35" r="2.5" fill="hsl(240,1%,17%)"/>
|
||||
<circle cx="42" cy="38" r="2.5" fill="hsl(240,1%,17%)"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 805 B |
Reference in New Issue
Block a user