Changed progress bar appearance for 'Album Art' theme

This commit is contained in:
nutty
2026-08-16 11:18:57 +10:00
parent ff96745608
commit 4af3f9ef20
+1 -1
View File
@@ -81,7 +81,7 @@
#progress-bar { #progress-bar {
height: 1%; height: 1%;
width: 0%; /* JS will control this */ 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); */ /* background-color: var(--accent-color, #ffffff); */
transition: width 1s ease-in-out, background 1s ease-in-out; transition: width 1s ease-in-out, background 1s ease-in-out;
/* border-radius: 10000px; */ /* border-radius: 10000px; */