add in style.css
a:link {
color: #0000ff;
}
]]>
Try the following please:
.single-post a {color: #0000ff;}
And to only edit the colors inside the post, you need to change the code to:
.single-post .post-content a {color: #0000ff;}
Cheers.
]]>