Comments on [ F2U ] Journal All Comments

I really love this, going to use it for my first character on TH. You provided the way to change the border color (TY!), and I'm wondering if there is a way to color the progress bars. Please do not feel obligated to answer! I really appreciate the code as is!

Edit: I just learned what Bootstrap means!, While I'd love to custom color different elements I understand how it works now and it's completely unnecessary. Thank you again for the code! Love it!

Hi there and thanks for using my code!  And yes, there is! <3

After scrolling to the progress bar, you need to add ;background-color:#000000 next to the width: 50% (don't forget the semicolon!).  It should be around Line 176 and so forth for the others.  And of course, change the hex code to whatever colour you'd like!

Hope this helps!  Here's what it should look like:

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

We literally replied at the same time! Thank you so much! I will put this to use afterall!