Comments on [F2U] Let the Living Beware All Comments

hi! is there any way to change the background colour to a custom one instead of the default white? thank you in advance!!

Hello! Near the top of the code is <div class="card shadow">

You need to change this to <div class="card shadow" style="background: #hex_code_here;">

it worked! thank you so much!! :]