Comments on Chunk (Tabs) All Comments Start of Thread Parent

OKAY SO I MESSAGED EGGY! and this is what they told me:

" its because you're using dark mode, which has white font. this is an issue with your HTML customization, not my css! you can switch the color mode to one that has dark font if you like? the gallery has all the different modes. or adjust html to work with the white font, its up to you.

as a general note i cannot guarantee my CSS will work perfectly with any HTML that does not come specifically with it, there's too much variance in coding that it would be impossible. You're free to use any HTML you wish with it, but be aware you may personally have to make adjustments to make the HTML/CSS work together properly. In general i advise against using HTML that comes with custom colors coded in, the inline css will clash with the CSS sheet, themed color HTML will work easier as there's nothing to clash (o o)d "

i assume eggy set the CSS' default text colors to be a very light color and that's why it clashes with my html (i also coded the background to be light in this html, hence the clash)! no one's at wrong in here the codes just happened to clash unfortunately, i'll see if i can edit the code to be more bootstrap friendly for the future

for now the solution that works for my end is to change the <p></p> i used to <div></div>! let me know if it works for you ovo