All you need is #post a { color: white; }
. (ie, target the a
child of the element with id=post)
CSS is frustrating, for sure, but there is a method to the madness. I found it’s worth reading articles on MDN when I encounter difficulties.
1
solved How to change the color of text?