I'm not sure why but I have white text on a white background. I found this in 'inspect element' and it is this piece of css:
body.dark {
color: #fff;
}
I changed the colour to and added it to my custom css but it doesn't change.
body.dark {
color: #333;
}