From fd3dfa647d71eb6f13461bcc554ee5462a9ed090 Mon Sep 17 00:00:00 2001 From: nutty Date: Sun, 16 Aug 2026 11:28:35 +1000 Subject: [PATCH] Uhhh this is what I meant lol --- now-playing/themes/album-art/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/now-playing/themes/album-art/style.css b/now-playing/themes/album-art/style.css index 1fc2175..bd86dd2 100644 --- a/now-playing/themes/album-art/style.css +++ b/now-playing/themes/album-art/style.css @@ -81,8 +81,8 @@ #progress-bar { height: 1%; width: 0%; /* JS will control this */ - background: var(--accent-color); - /* background-color: var(--accent-color, #ffffff); */ + /* 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;