summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/_static/custom.css40
1 files changed, 40 insertions, 0 deletions
diff --git a/docs/_static/custom.css b/docs/_static/custom.css
index b2db580ef..a0348f9ed 100644
--- a/docs/_static/custom.css
+++ b/docs/_static/custom.css
@@ -1,3 +1,15 @@
+.wy-nav-content {
+ background: #f9fffa;
+}
+
+.wy-menu-vertical a {
+ color: #f9fffa;
+}
+
+.wy-menu-vertical a:hover, a:focus {
+ color: #0099e6;
+}
+
code {
border: 0px !important;
}
@@ -9,3 +21,31 @@ code.xref {
.rst-content code {
padding: 1px !important;
}
+
+a {
+ color: #0099e6;
+}
+
+a:visited {
+ color: #0099e6;
+}
+
+a:hover, a:focus {
+ color: #739900;
+}
+
+.wy-side-nav-search {
+ background-color: #0099e6;
+}
+
+.wy-side-nav-search > a {
+ color: #f9fffa;
+}
+
+.wy-side-nav-search input[type="text"] {
+ border-color: #0077b3;
+}
+
+.wy-body-for-nav {
+ background: #343131;
+}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback