Comments on [ F2U ] Telling All Comments

hello! sorry to bother just wanted to ask how do i change the colors of the music bar and the top part where the name/title is placed qwq"' ( I'm on mobile so I'm very dumb using codes on mobile--(• ▽ •;). ) 

ohh it would be very difficult to edit codes on mobile ^^;

regardless, you would need to use the Custom Coloured version and find these lines of code:

<div class="card border-0 rounded-0 p-2 text-center"style="border-top-left-radius:15px; background-color:#b2494a">

<div class="progress-bar"
style="
width:50%;
background-color:#ae3336;">
</div>

<div class="card border-0 rounded-0 p-2 w-100" style="border-top-right-radius:15px; background-color:#b2494a;">

(plus other but minor things)

and then change the hexcode of the highlighted ext; good luck!