From fbc2018e12515e889f88d26c7b57e111b7f3ed88 Mon Sep 17 00:00:00 2001 From: nutty Date: Fri, 18 Sep 2026 05:18:38 +1000 Subject: [PATCH] Archaic asked me for drop shadows for the classic theme. If you don't like it, it's all his fault. Don't blame. --- now-playing/themes/classic/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/now-playing/themes/classic/style.css b/now-playing/themes/classic/style.css index 8880684..ff8f10a 100644 --- a/now-playing/themes/classic/style.css +++ b/now-playing/themes/classic/style.css @@ -9,6 +9,8 @@ align-items: stretch; gap: 0.5em; opacity: 0; + filter: drop-shadow(15px 15px 7px rgba(0, 0, 0, 1)); + } #album-art-container {