diff options
author | Jakob Unterwurzacher | 2024-10-31 21:58:31 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2024-10-31 21:58:31 +0100 |
commit | 7cf6ace72e76889ac831e9807f7a9a14a4b7272b (patch) | |
tree | de72c9b27fcc787022603bbdb4267a2969bd8c30 /docs | |
parent | 615f0b7443d4f682ab3d28eb8ee1ea0cd21f29da (diff) |
Port to mkdocs 1.6.1
Diffstat (limited to 'docs')
-rw-r--r-- | docs/style.css | 11 |
1 files changed, 11 insertions, 0 deletions
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; +} |