diff --git a/now-playing/themes/album-art/style.css b/now-playing/themes/album-art/style.css index 06ddf7b..1fc2175 100644 --- a/now-playing/themes/album-art/style.css +++ b/now-playing/themes/album-art/style.css @@ -81,7 +81,7 @@ #progress-bar { height: 1%; width: 0%; /* JS will control this */ - background: linear-gradient(to top, #ffffff00, var(--accent-color, #ffffff)); + background: var(--accent-color); /* background-color: var(--accent-color, #ffffff); */ transition: width 1s ease-in-out, background 1s ease-in-out; /* border-radius: 10000px; */