Comments on [ P2U ] Pseudo All Comments Start of Thread Parent

for an easy edit, you can add background-color:#HEXCODE; in the first line of code!

<div class="my-5 mx-auto p-md-3 text-justify" style="font-size:90%; max-width:1000px; background-color:#HEXCODE;">

you might also want to change p-md-3 to p-3 to have the background more aligned on mobile view ^^

edit: if you're a little more code savvy and would like the background to match with the CSS (assuming you can do that), you can also surround the code with a div card instead ovo)b

Thank you so much!! I got it to work, big thanks!