From bc3c5dc93261541be6c384ab50b9c1e68edcf1cc Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Mon, 13 Jun 2022 14:00:10 +0200 Subject: [PATCH] Change nav top color --- doc/docs/statics/main.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/docs/statics/main.css b/doc/docs/statics/main.css index ffcd894..77fedf1 100644 --- a/doc/docs/statics/main.css +++ b/doc/docs/statics/main.css @@ -6,6 +6,11 @@ margin-top: 1em; background-color: #333333; } + img.logo { max-width: 70% !important; } + +.wy-nav-top { + background-color: #333333; +}