From 8d146ed6cd0fc6956f91fc07783cb54e596a2e65 Mon Sep 17 00:00:00 2001 From: jeff Date: Sat, 19 Sep 2015 07:39:36 -0400 Subject: [PATCH] change background gradient --- 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 8d962d8..0cb7ff2 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -102,7 +102,7 @@ th { body { color: #ededed; - background: linear-gradient(to top, #001111, #001231) repeat scroll; + background: linear-gradient(to top, #111, #222) repeat scroll; font-family: arial,helvetica,sans-serif; font-size: 10pt; margin: 0 4px;