fix white font on white background for ipython notebooks

This commit is contained in:
Marvin Steadfast 2019-05-13 10:45:21 +02:00
parent 5d17651159
commit b773300564

View File

@ -157,3 +157,7 @@ figcaption {
}
}
.highlight.hl-ipython3 pre {
color: #000000;
}