From bdd78407bb17638b346f31dcdf7a3a735aa1370d Mon Sep 17 00:00:00 2001 From: Gronod Date: Sun, 17 May 2026 17:27:13 +0100 Subject: [PATCH] fix: use --surface for episode tooltip background (--card-bg was undefined) --- public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index f901593..e7f1fda 100644 --- a/public/style.css +++ b/public/style.css @@ -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;