From 7f67c244805686b596890abdac2f50c623c4d2a6 Mon Sep 17 00:00:00 2001 From: heyarne Date: Thu, 4 Mar 2021 18:04:48 +0100 Subject: [PATCH] Fix warning background color --- _static/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_static/custom.css b/_static/custom.css index 639d5dc..935f95c 100644 --- a/_static/custom.css +++ b/_static/custom.css @@ -8,6 +8,6 @@ div.navbar-brand-box a.navbar-brand img { } .cell_output .output.stderr pre { - background-color: none; + background-color: transparent; color: #b3a783; }