From 1d61c06750ca4ecb685fb63af9b845035eb4ec7d Mon Sep 17 00:00:00 2001 From: jeff Date: Wed, 19 Aug 2015 22:45:07 -0400 Subject: [PATCH] css sucks --- contrib/static/site.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/contrib/static/site.css b/contrib/static/site.css index 3b15bb5..b2a0f75 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -165,10 +165,13 @@ pre > p { margin: 0px 0px; } -.post_body > pre { +.reply , .post_body > pre { padding: 7px 7px; border-radius: 5px; box-shadow: 2px 2px 3px black; +} + +.post_body > pre { background: #3f3f3f; color: #d17600; } \ No newline at end of file