From ba4c44e148ed3a859457a4367718cdfbd729d9dd Mon Sep 17 00:00:00 2001 From: jeff Date: Wed, 19 Aug 2015 22:42:25 -0400 Subject: [PATCH] fix box shadow again --- contrib/static/site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/static/site.css b/contrib/static/site.css index a7f4363..650e624 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -168,7 +168,7 @@ pre > p { .post_body > pre { padding: 7px 7px; border-radius: 5px; - box-shadow: 1px 1px 4px #ddd; + box-shadow: 3px 3px 4px #ddd; background: #3f3f3f; color: #d17600; } \ No newline at end of file