Skip to content

Commit

Permalink
Add styling to distinguish stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
jamespjh committed Sep 28, 2016
1 parent d97cfa8 commit c99e5c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site-styles/ipython.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit c99e5c1

Please sign in to comment.