Fix warning background color

This commit is contained in:
heyarne 2021-03-04 18:04:48 +01:00
commit 7f67c24480

View file

@ -8,6 +8,6 @@ div.navbar-brand-box a.navbar-brand img {
} }
.cell_output .output.stderr pre { .cell_output .output.stderr pre {
background-color: none; background-color: transparent;
color: #b3a783; color: #b3a783;
} }