Hm, It’s easy to solve this problem. Just change in css:
#content ul a, #content ol a { color: #777; }
Change to:
#content ul a, #content ol a { color: #05A9C5; }
Hi Nikita,
Don’t edit the CSS file directly, your changes will be lost when you update the theme. Instead paste the CSS in Appearance->Theme Options->Design Options->Custom CSS box.
Rabin
Thank you for the advice.