I have checked your site and it looks like the site's styling is enforcing a white font color as you can see here, https://take.ms/yvxDm . To override this behavior, you can add the block of css codes into your template's css file,
[gist]
body #eb .eb-post-body {
color: #000;
}
[/gist]