Comments on [F2U] TLDR Warning All Comments

Using version 2- it looks great! Ah I don't know how to change it to not be orange though oop

Thanks for using! You can change the colours by replacing the top line with:

<div class="mx-auto py-md-3" style="max-width: 1000px; font-size: 13px; letter-spacing: .4px; color: #9477f2;">

and the header with

<!-- HEADER -->
<div class="card-header border-0 text-uppercase text-center text-white display-4 p-2" style="font-size: 1.4rem; letter-spacing: 4px; background: #9477f2;">
  Attention!
</div>

#9477f2 is just a purple placeholder so feel free to replace that with something else. Use this to find a colour you like! https://www.w3schools.com/colors/colors_picker.asp

ah tysm!