fix: use --surface for episode tooltip background (--card-bg was undefined)
All checks were successful
Build and Push Docker Image / build (push) Successful in 44s
CI / Security audit (push) Successful in 1m6s
CI / Tests & coverage (push) Successful in 1m27s

This commit is contained in:
2026-05-17 17:27:13 +01:00
parent 37c8229061
commit bdd78407bb

View File

@@ -503,7 +503,7 @@ body {
left: 0;
top: 100%;
z-index: 20;
background: var(--card-bg);
background: var(--surface);
color: var(--text-primary);
border: 1px solid var(--border);
border-radius: 6px;