diff --git a/src/css/dark_theme.css b/src/css/dark_theme.css index 940a00a..a91c46c 100644 --- a/src/css/dark_theme.css +++ b/src/css/dark_theme.css @@ -31,4 +31,7 @@ --button-background: var(--spotify-green); --button-text: var(--spotify-black); + + --missing-picture-background: var(--background); + --missing-picture-foreground: var(--accent2); } \ No newline at end of file