aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2016-09-30 09:34:24 +1000
committerAldo Cortesi <aldo@nullcube.com>2016-09-30 09:34:24 +1000
commit7998c1ff86a0890eedc8b5c5f8ecfc7bc70639ea (patch)
tree31ef80cd05f20f2aece8612bb87fe967f01fccd1 /docs
parent070aa27cf5f88d2036c88c110e00421c427c0c9b (diff)
downloadmitmproxy-7998c1ff86a0890eedc8b5c5f8ecfc7bc70639ea.tar.gz
mitmproxy-7998c1ff86a0890eedc8b5c5f8ecfc7bc70639ea.tar.bz2
mitmproxy-7998c1ff86a0890eedc8b5c5f8ecfc7bc70639ea.zip
docs: make sidebar headings more legible
Diffstat (limited to 'docs')
-rw-r--r--docs/_static/theme_overrides.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/_static/theme_overrides.css b/docs/_static/theme_overrides.css
index 63c7cc78..585fdddb 100644
--- a/docs/_static/theme_overrides.css
+++ b/docs/_static/theme_overrides.css
@@ -9,3 +9,7 @@
max-width: 100%;
overflow: visible;
}
+
+.wy-menu-vertical header, .wy-menu-vertical p.caption {
+ color: #e0e0e0;
+}