I've noticed this issue with many themes
it's nearly impossible to read the verification image on colored and darker background themes as the verification letters are dark themselves
so a quick css fix to add a white background to the image
in your index.css file or whatever css file your theme uses at the end of it add
#verification_image_post, #verification_image, #verification_image_register {
background: #fff;}