aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/themes
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/themes')
-rw-r--r--docs/src/themes/mitmproxydocs/static/css/style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/src/themes/mitmproxydocs/static/css/style.css b/docs/src/themes/mitmproxydocs/static/css/style.css
index 868c7d0a..ccd0e3ff 100644
--- a/docs/src/themes/mitmproxydocs/static/css/style.css
+++ b/docs/src/themes/mitmproxydocs/static/css/style.css
@@ -6753,3 +6753,6 @@ code {
.content h2 {
padding-top: 1em;
border-top: 1px solid #c0c0c0; }
+
+figure.has-border img {
+ box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25); }