Comments on SparklyCodes All Comments Start of Thread Parent

For the box colors, ctrl + F all the instances of style="border-radius: 20px; overflow: hidden" and replace them with style="border-radius: 20px; overflow: hidden; background-color: #HEXCODE;"

For the text colors, replace the first line of code with <div class="m-3 p-3 mx-auto row no-gutters code" style="color: #HEXCODE; + for the bootstrap colored text, search for text-secondary and text-muted and place color: #HEXCODE; into the style="" tags, also remove the text you've searched from the class itself.