From 43bf48686b636cdb6623d5bd53a4eae6e14a1ea6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Arag=C3=B3n?= Date: Wed, 27 Jun 2018 10:57:31 -0500 Subject: [PATCH] change color from blue to black in match scripts - refs BT#14435 --- main/inc/lib/javascript/asciimath/ASCIIMathML.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/inc/lib/javascript/asciimath/ASCIIMathML.js b/main/inc/lib/javascript/asciimath/ASCIIMathML.js index 61c071b39f..b65320c181 100755 --- a/main/inc/lib/javascript/asciimath/ASCIIMathML.js +++ b/main/inc/lib/javascript/asciimath/ASCIIMathML.js @@ -89,7 +89,7 @@ var AMTcgiloc = "//chart.googleapis.com/chart?cht=tx&chs=1x0&chl="; var AScgiloc = '//www.imathas.com/imathas/filter/graph/svgimg.php'; //path to CGI script //for editor graphs IMG fallback -var mathcolor = "blue"; // change it to "" (to inherit) or another color +var mathcolor = "black"; // change it to "" (to inherit) or another color // Modified by Ivan Tcholakov, 01-JUL-2010. //var mathfontsize = "1em"; // change to e.g. 1.2em for larger math var mathfontsize = "1.2em";