add svg favicon + toolbar logo; set theme before paint
- 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
This commit is contained in:
parent
df513fda68
commit
6a0d30c8b5
5 changed files with 44 additions and 6 deletions
14
client/public/favicon.svg
Normal file
14
client/public/favicon.svg
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<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>
|
||||
|
After Width: | Height: | Size: 563 B |
Loading…
Reference in a new issue