Comments on [ F2U ] Noxious All Comments

Hiya! I absolutely adore this code and used it for https://toyhou.se/11213941.kopi , but I am a beginner at TH coding and have no idea how to change the colors of the fonts/bg to fit the theme.

The text-white is too bright, but the text-dark is too muddy, so I wanted to try to give it a custom color if I could! How would I do this? I tried something like < div style="color:purple"> from the coding resources page you linked, but when I coded it, it messed with the formatting.

Hello!  Are you looking to just change the colour of the header (where your character name is + quote)? :]  It's strange that the color:purple isn't working for you but it's possible that you formatted it wrong.  Right now, I can see that you're trying to make it green and so I'll go with that:

At Line 20 (or around there), replace <div class="text-green"> with <div style="color:#HEXCODE"> and see if that works better for you!  Of course, replace HEXCODE with an actual hexcode for a custom coloured header!  If the text is difficult to read either way, consider using a different background!

Hope that helps!