aboutsummaryrefslogtreecommitdiff
path: root/docs/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/style.css')
-rw-r--r--docs/style.css11
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;
+}