diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2016-09-30 09:34:24 +1000 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2016-09-30 09:34:24 +1000 |
commit | 7998c1ff86a0890eedc8b5c5f8ecfc7bc70639ea (patch) | |
tree | 31ef80cd05f20f2aece8612bb87fe967f01fccd1 /docs | |
parent | 070aa27cf5f88d2036c88c110e00421c427c0c9b (diff) | |
download | mitmproxy-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.css | 4 |
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; +} |