I hadn’t even noticed that the default font color was gray before. I do like it much better with black, but when I added the above code from bdbrown into my style.css file in the child theme, every piece of text turned black.
What would be the best way to change just the body text of posts and excerpts to black and leave everything else the default color?
Currently, the menu text is set to white and link colors are orange, but when I added the above code, both those turned black, making them hard to read.
Edit: Okay, so I added this code and my post content and excerpts are now black and everything else is the same.
.entry { color: black; }
.entry.excerpt { color: black; }