javascript - How to change equations color in MathJax - Stack Overflow

I'm using the following snippet to display equations on my blog<script src='.js' type

I'm using the following snippet to display equations on my blog

<script src='.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?

I'm using the following snippet to display equations on my blog

<script src='http://www.mathjax/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?

Share Improve this question edited Aug 24, 2012 at 9:09 Zerium 17.4k32 gold badges118 silver badges187 bronze badges asked Oct 16, 2010 at 13:39 ubugnuubugnu 1,0822 gold badges16 silver badges31 bronze badges 1
  • Thank you for your answer, since my question dates from 2 years, I remember that I found a solution and I don't remember which it is. I suspect that it was the solution you give. Thank you again. – ubugnu Commented Aug 25, 2012 at 19:58
Add a ment  | 

2 Answers 2

Reset to default 5

Do this:

.MathJax_Display {
  color: #FFF !important;
}

It seems to work for me.

Equations should inherit styles from ancestor elements, just like any normal element. You could try something like the following:

<head>
 <style>.equation { color: white; }</style>
</head>
<body>
 <span class="equation">$ax^2+bx+c$</span>
</body>

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745323812a4622565.html

相关推荐

  • javascript - How to change equations color in MathJax - Stack Overflow

    I'm using the following snippet to display equations on my blog<script src='.js' type

    8小时前
    20

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信