From c99e5c10196b9a73ec3428d00fa0ba317d23ec89 Mon Sep 17 00:00:00 2001 From: James Hetherington Date: Wed, 28 Sep 2016 11:49:55 +0100 Subject: [PATCH] Add styling to distinguish stderr --- site-styles/ipython.css | 1 + 1 file changed, 1 insertion(+) diff --git a/site-styles/ipython.css b/site-styles/ipython.css index 9d49c532..1af9d05a 100644 --- a/site-styles/ipython.css +++ b/site-styles/ipython.css @@ -4,6 +4,7 @@ a.anchor-link { visibility:hidden; } div.prompt {display:none } div.output_area {background-color: #f8f8f8} +div.output_stderr {background-color: #fff0f0} .highlight { background: #f8f8f8; } .highlight .c { color: #408080; font-style: italic } /* Comment */ .highlight .err { border: 1px solid #FF0000 } /* Error */