From 850e5bccae4c10db27eb0cc122ef06412e42155c Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Sat, 30 Jul 2016 08:03:32 -0400 Subject: [PATCH] fix css --- 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 9264f98..b96d805 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -91,7 +91,7 @@ textarea { .post_body > pre { font-size: 9pt; - background: rbga(0, 0, 0, 0); + background: #D6DAF0; font-weight: unset; }