diff --git a/contrib/static/site.css b/contrib/static/site.css index b1b7980..616e2cb 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -166,6 +166,9 @@ pre > p { } .post_body > pre { + padding: 7px 7px; + border-radius: 5px; + box-shadow: 10px 10px 4px black; background: #3f3f3f; color: #d17600; } \ No newline at end of file