From 19b9c3425707441dc6b09bdf3cc5dec83f49e6c9 Mon Sep 17 00:00:00 2001 From: Gaspard Jankowiak Date: Thu, 7 Mar 2013 11:24:50 +0100 Subject: [PATCH] mathjax fix for light theme --- stylesheets/styles_light.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/styles_light.css b/stylesheets/styles_light.css index b439462..8d74d2f 100644 --- a/stylesheets/styles_light.css +++ b/stylesheets/styles_light.css @@ -776,5 +776,5 @@ section .credits.right { font-size: 120%; } #MathJax_Zoom { - background-color: #1B1B1B !important; + background-color: #EEF !important; }