I tried adding the following to my .post section, but it only changed the font size/style, not the color. I only want to change the normal post text, not links or anything else. Is there somewhere else that I can change the default font color or something?
I added:
font-size:1.0em;
font-family:helvetica,arial,sans-serif;
color:#000000;
So the entire thing now looks like:
.post {
font-size:1.0em;
font-family:helvetica,arial,sans-serif;
color:#000000;
border-top:0px solid ;
border-bottom:0px solid ;
border-left:0px solid ;
border-right:0px solid ;
padding:50px px 50px px;
margin-bottom:70px;
}
Thank you!