aboutsummaryrefslogtreecommitdiff
path: root/docs/site.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/site.css')
-rw-r--r--docs/site.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/site.css b/docs/site.css
new file mode 100644
index 0000000..6f90e2b
--- /dev/null
+++ b/docs/site.css
@@ -0,0 +1,15 @@
+.wy-menu-vertical li a {
+ color: #fff!important;
+}
+
+.wy-menu-vertical li.current a {
+ color: #000!important;
+}
+
+.wy-nav-content {
+ max-width: 100%;
+}
+
+.wy-side-nav-search {
+ background-color: inherit;
+}