diff --git a/IPython/frontend/html/notebook/static/css/style.min.css b/IPython/frontend/html/notebook/static/css/style.min.css index c51026e..ccfa059 100644 --- a/IPython/frontend/html/notebook/static/css/style.min.css +++ b/IPython/frontend/html/notebook/static/css/style.min.css @@ -50,7 +50,7 @@ div.out_prompt_overlay{height:100%;padding:0px;position:absolute;border-radius:3 div.out_prompt_overlay:hover{box-shadow:inset 0 0 1px #000;background:rgba(240, 240, 240, 0.5);} div.output_prompt{color:darkred;margin:0 5px 0 -5px;} div.output_area{padding:0px;page-break-inside:avoid;} -div.output_area pre{font-family:monospace;margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;color:black;background-color:white;} +div.output_area pre{font-family:monospace;margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;color:black;} div.output_subarea{padding:0.44em 0.4em 0.4em 1px;} div.output_text{text-align:left;color:#000000;font-family:monospace;line-height:1.231;} div.output_stream{padding-top:0.0em;padding-bottom:0.0em;} diff --git a/IPython/frontend/html/notebook/static/less/notebook.less b/IPython/frontend/html/notebook/static/less/notebook.less index 9095a51..c2c5c37 100644 --- a/IPython/frontend/html/notebook/static/less/notebook.less +++ b/IPython/frontend/html/notebook/static/less/notebook.less @@ -275,7 +275,6 @@ div.output_area pre { font: inherit; vertical-align: baseline; color: black; - background-color: white; } /* This class is for the output subarea inside the output_area and after