Comments on [ F2U ] Lyrical All Comments Start of Thread Parent

honestly, i think any CSS that allows card borders will work okay !!  other than that, you might need to force some inline styling with !important ^^

This user is not visible to guests.

sorry for the late reply!

for the html text colour, you're best be replacing adding !important after every instance like so:color:#8b7c61!important

if you're talking about for the code to be wider (not including the set background colour), increase max-width:900px; 

for the background repeating issue:

  • if you want the background to repeat itself, add body {background-repeat: repeat} below the CSS import link
  • if you want the background to fill the entire screen but NOT repeat, use body {background-size:cover} instead

hope this helps!