Hello,
i just installed mathjax on my webpage, but I ran into a font-color problem.
On the Screenshot above you can see how formulas are currently rendered.
The yellow/green is the color attribute of the parent-element of the equation. So my understanding is, that the whole equation should have this color with standard settings.
But as you can see, every character, expect the normal numbers are rendered in a dark gray. I think, that I don't use this color on my webpage, so this is a bit surprising for me.
Now the question:
What could be the problem? Where can I set the color for the whole equation?
Latex-Code for equation:
Latex-Code for eqn2
\[ \vec{a} - \vec{b} = \left(\begin{array}{c}-2\\2\end{array}\right) - \left(\begin{array}{c}2\\1\end{array}\right) = \left(\begin{array}{c}-2 - 2\\2 - 1\end{array}\right) = \left(\begin{array}{c}-4\\1\end{array}\right) = \vec{s} \]
and my mathjax implementation:
regards,
Simon