Skip to content

Commit

Permalink
coplay page line color added
Browse files Browse the repository at this point in the history
  • Loading branch information
thekikoman committed Apr 27, 2024
1 parent 46e61c3 commit b9df890
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions enter.js
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,11 @@ function pageSpecificChanges(page){
icon.style.filter = "saturate(1) brightness(1)";
initCarousel();
break;
case "coplay":
topBarColor.style.borderColor = "rgb(170 255 0)";
resetIcons();
initCarousel();
break;
default:
resetIcons();
break;
Expand Down

0 comments on commit b9df890

Please sign in to comment.