Adjust logo and switch help and settings buttons

This commit is contained in:
2025-12-28 15:09:30 +01:00
parent c21576a443
commit 1008fe0eb6
4 changed files with 30 additions and 13 deletions

17
public/favicon.svg Normal file
View File

@@ -0,0 +1,17 @@
<svg width="64" height="64" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<path
d="M 2 18 Q 15 -5 28 18"
fill="none"
stroke="black"
stroke-width="3"
stroke-linecap="round"
/>
<circle cx="15" cy="18" r="4" fill="black" />
<style>
@media (prefers-color-scheme: dark) {
path { stroke: white; }
circle { fill: white; }
}
</style>
</svg>

After

Width:  |  Height:  |  Size: 396 B