fix: use --surface for episode tooltip background (--card-bg was undefined)
This commit is contained in:
@@ -503,7 +503,7 @@ body {
|
|||||||
left: 0;
|
left: 0;
|
||||||
top: 100%;
|
top: 100%;
|
||||||
z-index: 20;
|
z-index: 20;
|
||||||
background: var(--card-bg);
|
background: var(--surface);
|
||||||
color: var(--text-primary);
|
color: var(--text-primary);
|
||||||
border: 1px solid var(--border);
|
border: 1px solid var(--border);
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
|
|||||||
Reference in New Issue
Block a user