better Mathjax display

This commit is contained in:
Yann Esposito 2012-11-27 12:34:07 +01:00
parent 91e0052f5e
commit 0a423153f6
2 changed files with 13 additions and 0 deletions

View file

@ -900,6 +900,13 @@
@media only screen and (max-width: 640px) {
.deck-container {
font-size: 1.5em; } }
#MathJax_Message {
font-size: 0.4em !important;
font-shadow: none !important;
background: none !important;
border: none !important;
color: #586e75 !important; }
.deck-container {
color: #839496;
background-color: #002b36;

View file

@ -1128,6 +1128,12 @@ $secondTextColor: $base1
.deck-container
font-size: 1.5em
#MathJax_Message
font-size: .4em !important
font-shadow: none !important
background: none !important
border: none !important
color: $base01 !important
.deck-container
color: $base0