From 87584208aaadb6ef14f6f9ba75ad6502a1d07113 Mon Sep 17 00:00:00 2001 From: heyarne Date: Thu, 4 Mar 2021 16:59:20 +0000 Subject: [PATCH] Style warnings --- _static/custom.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/_static/custom.css b/_static/custom.css index a6b4aca..639d5dc 100644 --- a/_static/custom.css +++ b/_static/custom.css @@ -1,3 +1,13 @@ 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; +}