Swap body (base-100) and cards idle (base-200); cards hover (base-300) matches navbar

This commit is contained in:
2026-07-03 13:12:58 +02:00
parent cb30e9b6db
commit 8d9a3d20bc
3 changed files with 4 additions and 4 deletions
@@ -1,6 +1,6 @@
<div id="artist-list" hx-swap-oob="true">
{#if artists.isEmpty()}
<div class="bg-base-100" style="border:1px solid var(--fallback-b3,oklch(var(--b3)/1));border-radius:0.5rem;padding:2.5rem;text-align:center">
<div class="bg-base-200" style="border:1px solid var(--fallback-b3,oklch(var(--b3)/1));border-radius:0.5rem;padding:2.5rem;text-align:center">
<svg class="icon-lg text-base-content/20" style="margin:0 auto 0.75rem" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"/>
</svg>