From b77330056434521b35c1aa9fd7b43f706c87a484 Mon Sep 17 00:00:00 2001 From: Marvin Steadfast Date: Mon, 13 May 2019 10:45:21 +0200 Subject: [PATCH] fix white font on white background for ipython notebooks --- themes/medusa/static/css/medusa.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/medusa/static/css/medusa.css b/themes/medusa/static/css/medusa.css index f9e6da7..c30fcc9 100644 --- a/themes/medusa/static/css/medusa.css +++ b/themes/medusa/static/css/medusa.css @@ -157,3 +157,7 @@ figcaption { } } + +.highlight.hl-ipython3 pre { + color: #000000; +}