Mathjax css | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Mathjax css

Hello dear programmers, i'm using mathjax in my pages, i av included it simply by adding it from the CDN. How can i style it (color, font-size) to make the output similar with the rest of texts.

22nd Jun 2018, 6:24 PM
Kelvine De Danielo
Kelvine De Danielo - avatar
1 Answer
+ 4
I don't know what mathjax is but assuming its like any other CSS framework, you should be able to get it to change just by adding !important at the end of a CSS value background-color: green !important; (I'm sure the space between the value and !important is optional)
23rd Jun 2018, 6:05 AM
MCJEH
MCJEH - avatar