Skip to content

Commit 43bf486

Browse files
committed
change color from blue to black in match scripts - refs BT#14435
1 parent ae6bdd6 commit 43bf486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/inc/lib/javascript/asciimath/ASCIIMathML.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ var AMTcgiloc = "//chart.googleapis.com/chart?cht=tx&chs=1x0&chl=";
8989
var AScgiloc = '//www.imathas.com/imathas/filter/graph/svgimg.php'; //path to CGI script
9090

9191
//for editor graphs IMG fallback
92-
var mathcolor = "blue"; // change it to "" (to inherit) or another color
92+
var mathcolor = "black"; // change it to "" (to inherit) or another color
9393
// Modified by Ivan Tcholakov, 01-JUL-2010.
9494
//var mathfontsize = "1em"; // change to e.g. 1.2em for larger math
9595
var mathfontsize = "1.2em";

0 commit comments

Comments
 (0)