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; +}