Have you edited parent theme files?
<h2 class="post-title entry-title">
<a title="Permalink to Cover Reveal: Burden" rel="bookmark" href="http://fabulousandfun.com/cover-reveal-burden/" style="color: rgb(255, 255, 255);"> Cover Reveal: Burden </a>
</h2>
I extracted the above snippet from your site. style="color: rgb(255, 255, 255);" is causing this issue.
Quick fix – Add this to Custom CSS,
.entry-title a {
color: #1772AF !important;
}