From 8f26b2ed375ebe8da71e5d16eb3cf33ce7725e0a Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Thu, 18 Nov 2021 11:30:58 +0100 Subject: [PATCH] background-color removal --- docs/static/extra.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/static/extra.css b/docs/static/extra.css index 9409ff91..7913c06e 100644 --- a/docs/static/extra.css +++ b/docs/static/extra.css @@ -3,7 +3,7 @@ selectors). */ body { margin: 0px; - background-color:rgb(240,240,240); + /* background-color:rgb(240,240,240); */ font-family: arial, sans-serif; font-size: 14px; }