earth-observation-for-journ.../_static/custom.css
2021-03-04 16:59:20 +00:00

13 lines
260 B
CSS

div.navbar-brand-box a.navbar-brand img {
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;
}