From 20dd0c215ecb1e7b79914bd39e067bb34a135d07 Mon Sep 17 00:00:00 2001 From: jeff Date: Sat, 19 Sep 2015 13:28:20 -0400 Subject: [PATCH] css tweaks --- 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 8e65e64..31d3fdf 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -106,7 +106,7 @@ th { body { color: #ededed; - background: #EEF2FF url("/static/bg.jpg") repeat-x scroll 50% 0%; + background: #3d3d3d url("/static/bg.jpg") repeat-x scroll 50% 0%; background-size: 100% 100%; font-family: arial,helvetica,sans-serif; font-size: 10pt;