From fcfd010e5ccf236e6c3f2bf22f3c9f01d8c22b47 Mon Sep 17 00:00:00 2001 From: jeff Date: Sat, 19 Sep 2015 13:34:46 -0400 Subject: [PATCH] css tweak --- contrib/static/site.css | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/static/site.css b/contrib/static/site.css index 0321abb..3564e34 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -108,6 +108,7 @@ html { color: #ededed; background: #3d3d3d url("/static/bg.jpg"); height: 100%; + background-blend-mode: overlay; background-size: 100% 100%; font-family: arial,helvetica,sans-serif; font-size: 10pt;