Comments on [ F2U ] Perfume All Comments

Hi! Is there a way to make each circle on the charisma/wisdom/confidence/etc tabs a different color? To clarify with an example; the first dot being red, second orange, third yellow, and so on until the final 5th dot.

it's possible!  you'd first have to delete the color:#9db6ec in the <p> of the stats then replace the opacity styling with a colour in the icon tag; if you wanted the opacity, then you can still keep it but the two values would be seperated with a semi-colon (;)—read around the code for an example!

<i class="fas fa-circle fa-fw" style="color:#HEXCODE"></i>

Thank you so very much!!