ui: implement clean dark theme without borders

This commit is contained in:
2026-04-09 12:34:43 +02:00
parent bbc90095bd
commit d555a8a84f
3 changed files with 68 additions and 34 deletions

View File

@@ -0,0 +1,9 @@
package icons
templ LogoIcon(class string) {
<svg xmlns="http://www.w3.org/2000/svg" class={ class } viewBox="0 0 32 32" width="32" height="32" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linejoin="miter">
<!-- clean, superminimal, abstract logo without border-radius -->
<rect x="6" y="10" width="12" height="12"></rect>
<rect x="14" y="6" width="12" height="12"></rect>
</svg>
}