Skip to content

Commit

Permalink
oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaraa committed May 26, 2024
1 parent b7b7e54 commit d911c59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/js/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,10 +252,10 @@ function playlister(state) {
continue;
}
if (songYtId === _song.yt_id) {
songEl.style.backgroundColor = "none";
songEl.style.backgroundColor = "var(--accent-color-30)";
songEl.scrollIntoView();
} else {
songEl.style.backgroundColor = "var(--secondary-color-20)";
songEl.style.backgroundColor = "#ffffff00";
}
}
};
Expand Down

0 comments on commit d911c59

Please sign in to comment.