diff --git a/contrib/static/site.css b/contrib/static/site.css index a48f458..b1b7980 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -163,4 +163,9 @@ body { pre > p { margin: 0px 0px; +} + +.post_body > pre { + background: #3f3f3f; + color: #d17600; } \ No newline at end of file