- favicon.svg (beer mug), linked from both entry points and shown in the tablet topbar next to the bar name - inline data-theme in <head> kills the flash of dark on light-mode load - hide the "Pfand zurück" tile when the bar has no Pfand
14 lines
563 B
XML
14 lines
563 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32">
|
|
<!-- handle -->
|
|
<rect x="19" y="13" width="9" height="11" rx="4.5" fill="none" stroke="#d98500" stroke-width="3"/>
|
|
<!-- mug body -->
|
|
<rect x="6" y="11" width="15" height="17" rx="2.5" fill="#f6a821"/>
|
|
<!-- lighter head of the beer -->
|
|
<rect x="6" y="11" width="15" height="4" rx="2.5" fill="#ffc34d"/>
|
|
<!-- foam -->
|
|
<g fill="#fffaf0">
|
|
<circle cx="9.5" cy="10" r="4"/>
|
|
<circle cx="14" cy="8.5" r="4.5"/>
|
|
<circle cx="18.5" cy="10" r="4"/>
|
|
</g>
|
|
</svg>
|