Hello, I'm using the following snippet to display equations on my blog
<script src='http://www.mathjax.org/mathjax/MathJax.js' type='text/javascript'>
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
tex2jax: {inlineMath: [["$","$"],["\\(","\\)"]]}
});
</script>
and I would like to change equations color to white because my background is somewhat dark, how can this be done?