From b0ebc7d579c709dc7e0a3f955edc1d0b25bb865a Mon Sep 17 00:00:00 2001 From: nutty Date: Sun, 26 Jul 2026 03:47:48 +1000 Subject: [PATCH] Subtle theme update for 'Album Art' theme --- now-playing/themes/album-art/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/now-playing/themes/album-art/style.css b/now-playing/themes/album-art/style.css index 37bb8c4..aba7122 100644 --- a/now-playing/themes/album-art/style.css +++ b/now-playing/themes/album-art/style.css @@ -80,8 +80,10 @@ #progress-bar { height: 1%; width: 0%; /* JS will control this */ - background-color: var(--accent-color, #ffffff); - transition: width 1s ease-in-out, background-color 1s ease-in-out; + background: linear-gradient(to top, #ffffff00, var(--accent-color, #ffffff)); + /* background-color: var(--accent-color, #ffffff); */ + transition: width 1s ease-in-out, background 1s ease-in-out; + border-radius: 10000px; position: absolute; bottom: 0; left: 0;