From e96786a285e78421ac99c3b911c6166bdf8a7f16 Mon Sep 17 00:00:00 2001 From: jeff Date: Wed, 19 Aug 2015 22:41:54 -0400 Subject: [PATCH] fix box shadow so it sucks less --- 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 616e2cb..a7f4363 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: 10px 10px 4px black; + box-shadow: 1px 1px 4px #ddd; background: #3f3f3f; color: #d17600; } \ No newline at end of file