Ok I see what you’re referring to. Take a look around line 4409 in your css and you’ll see the entry-content code –
.entry-content a {
color: #000;
}
You can either remove this color (black) or add in your blue color code here. That would cover everything inside of the entry-content div, which is usually within the post/page content.
Let me know if that works.