Style warnings

This commit is contained in:
heyarne 2021-03-04 16:59:20 +00:00
commit 87584208aa

View file

@ -1,3 +1,13 @@
div.navbar-brand-box a.navbar-brand img { div.navbar-brand-box a.navbar-brand img {
max-height: 13em !important; max-height: 13em !important;
} }
/* make sure warnings are properly displayed */
.cell_output .output.stderr {
background: #fff7dd;
}
.cell_output .output.stderr pre {
background-color: none;
color: #b3a783;
}