ui: update branding with new orange logo and accent color

This commit is contained in:
2026-05-06 20:08:07 +02:00
parent 8948eeeea1
commit 6ad0d4da6f
4 changed files with 40 additions and 62 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-7 w-auto" />
<img src="/static/readme-logo-light.svg" alt="MAL" class="h-8 w-8 transition-transform group-hover:scale-110" />
</picture>
<span class="text-xl font-bold tracking-tight text-white hidden sm:block">MyAnime<span class="text-accent">List</span></span>
</a>