From 67f644fc68f627fe927f7bcba3b3f2d391b61df0 Mon Sep 17 00:00:00 2001 From: jeff Date: Wed, 19 Aug 2015 22:40:44 -0400 Subject: [PATCH] ammend style --- contrib/static/site.css | 3 +++ 1 file changed, 3 insertions(+) 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