There\'s a method for altering background color but not font. Any ideas?
@rafraph's answer didn't work for me. I had to use
webView.loadUrl("javascript:document.body.style.setProperty(\"color\", \"white\");");