From a1d4b3ed3475ba40c50fe8f112a0eb9d2178a0e3 Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Wed, 19 Sep 2018 13:34:28 -0500 Subject: [PATCH] Add #fff background for snippets --- _static/css/custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_static/css/custom.css b/_static/css/custom.css index ee869c6da..75207887c 100644 --- a/_static/css/custom.css +++ b/_static/css/custom.css @@ -1,3 +1,7 @@ div.wy-menu.rst-pro { display: none !important; } + +div.highlight { + background: #fff !important; +}