diff --git a/docs/theme/mkdocs/css/base.css b/docs/theme/mkdocs/css/base.css index 863c9cdb0b..7a61792fe9 100644 --- a/docs/theme/mkdocs/css/base.css +++ b/docs/theme/mkdocs/css/base.css @@ -55,10 +55,10 @@ h6, margin-bottom: 1.2em; } #content pre { - margin: 2em 0em; - padding: 1em 2em !important; + margin: 1em 0em; + padding: 0.5em 0.75em !important; line-height: 1.8em; - font-size: 1em; + background: #fff; } #content blockquote { background: #f2f2f2;