Comments on P2U ✧ BLOCKADO All Comments

Is there a way to darken or turn the text black on the user profile code? The grey text on the white background is a bit hard to read and I couldn't quite figure it out! TIA! Sorry for the bother ^^;;

yes of course! in the CSS you might find this:

body {
font-family: 'Poppins', sans-serif;
color: #b1b1b1;
}

the color can be changed to the one you want the text to be!