Subtle theme update for 'Album Art' theme

This commit is contained in:
nutty
2026-07-26 03:47:48 +10:00
parent fb365e8a74
commit b0ebc7d579
+4 -2
View File
@@ -80,8 +80,10 @@
#progress-bar { #progress-bar {
height: 1%; height: 1%;
width: 0%; /* JS will control this */ width: 0%; /* JS will control this */
background-color: var(--accent-color, #ffffff); background: linear-gradient(to top, #ffffff00, var(--accent-color, #ffffff));
transition: width 1s ease-in-out, background-color 1s ease-in-out; /* background-color: var(--accent-color, #ffffff); */
transition: width 1s ease-in-out, background 1s ease-in-out;
border-radius: 10000px;
position: absolute; position: absolute;
bottom: 0; bottom: 0;
left: 0; left: 0;