ui: update logo to wordmark style

This commit is contained in:
2026-05-06 19:53:12 +02:00
parent 982d5dc3a8
commit 8948eeeea1
3 changed files with 59 additions and 71 deletions

View File

@@ -11,7 +11,7 @@
<a href="/" class="group flex items-center gap-2.5 focus:outline-none">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="/static/readme-logo-dark.svg" />
<img src="/static/readme-logo-light.svg" alt="MAL" class="h-8 w-8" />
<img src="/static/readme-logo-light.svg" alt="MAL" class="h-7 w-auto" />
</picture>
<span class="text-xl font-bold tracking-tight text-white hidden sm:block">MyAnime<span class="text-accent">List</span></span>
</a>