From 515e07bdf25817d451992b917ba3064792d65566 Mon Sep 17 00:00:00 2001 From: Stephan Hoyer Date: Mon, 5 Aug 2019 13:08:17 -0700 Subject: [PATCH] White background --- docs/_static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_static/style.css b/docs/_static/style.css index 9f7b58b0e..6ebfb42fb 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -1,5 +1,5 @@ @import url("theme.css"); .wy-side-nav-search { - background-color: #fcf; + background-color: #fff; }