summaryrefslogtreecommitdiff
path: root/docs/source/_static/custom.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/_static/custom.css')
-rw-r--r--docs/source/_static/custom.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/source/_static/custom.css b/docs/source/_static/custom.css
new file mode 100644
index 00000000..18f242b3
--- /dev/null
+++ b/docs/source/_static/custom.css
@@ -0,0 +1,21 @@
+.wy-nav-top {
+ background-color: #4e0d4e;
+}
+
+.wy-side-nav-search {
+ background-color: #5f0f5f;
+}
+
+.wy-nav-content a:link,
+.wy-nav-content a:visited {
+ color: #2980b9;
+}
+
+.wy-nav-content a:active,
+.wy-nav-content a:hover {
+ color: #3091d1;
+}
+
+.wy-nav-content div[role=navigation] {
+ display: none;
+} \ No newline at end of file