mirror of
https://github.com/heyarne/earth-observation-for-journalism.git
synced 2026-05-06 11:03:40 +02:00
13 lines
267 B
CSS
13 lines
267 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: transparent;
|
|
color: #b3a783;
|
|
}
|