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.
1 Respuesta
+ 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)