From 7cf6ace72e76889ac831e9807f7a9a14a4b7272b Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Thu, 31 Oct 2024 21:58:31 +0100 Subject: Port to mkdocs 1.6.1 --- docs/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/style.css (limited to 'docs/style.css') diff --git a/docs/style.css b/docs/style.css new file mode 100644 index 0000000..5ec9203 --- /dev/null +++ b/docs/style.css @@ -0,0 +1,11 @@ +/* +Get rid of the blue background +begind the logo and kill some blank +space around it +*/ + +div.wy-side-nav-search { + background-color: unset; + padding: unset; + margin: unset; +} -- cgit v1.2.3