aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2018-03-03 11:52:23 +0000
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2018-03-03 13:00:20 +0100
commitb4440c42522e1d96fdcd093978b25ca93d1fa258 (patch)
treee509d6b4db5319105da70230f67d95c427b71b67 /docs
parent9760396a3785290db944586fa9bc5118f43f50d4 (diff)
downloadmitmproxy-b4440c42522e1d96fdcd093978b25ca93d1fa258.tar.gz
mitmproxy-b4440c42522e1d96fdcd093978b25ca93d1fa258.tar.bz2
mitmproxy-b4440c42522e1d96fdcd093978b25ca93d1fa258.zip
make sidebar visually distinct
Diffstat (limited to 'docs')
-rw-r--r--docs/src/themes/mitmproxydocs/static/css/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/src/themes/mitmproxydocs/static/css/style.css b/docs/src/themes/mitmproxydocs/static/css/style.css
index 14823447..270f7cbc 100644
--- a/docs/src/themes/mitmproxydocs/static/css/style.css
+++ b/docs/src/themes/mitmproxydocs/static/css/style.css
@@ -6731,6 +6731,10 @@ label.panel-block {
width: 100%;
text-align: right; }
+.sidebar {
+ background-color: #F1F1F1;
+}
+
.sidebar .version {
padding: 1em; }