Skip to content

Commit d911c59

Browse files
committed
oopsie
1 parent b7b7e54 commit d911c59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/js/player.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,10 +252,10 @@ function playlister(state) {
252252
continue;
253253
}
254254
if (songYtId === _song.yt_id) {
255-
songEl.style.backgroundColor = "none";
255+
songEl.style.backgroundColor = "var(--accent-color-30)";
256256
songEl.scrollIntoView();
257257
} else {
258-
songEl.style.backgroundColor = "var(--secondary-color-20)";
258+
songEl.style.backgroundColor = "#ffffff00";
259259
}
260260
}
261261
};

0 commit comments

Comments
 (0)