From 40a7f4b3d916e1dcb9b2585d9d7d9e6c10dedd02 Mon Sep 17 00:00:00 2001 From: jeff Date: Wed, 19 Aug 2015 22:35:35 -0400 Subject: [PATCH] add style for code blocks --- contrib/static/site.css | 5 +++++ 1 file changed, 5 insertions(+) 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