From 4e31910ed680aeea04e97ac690eb8017d9e22345 Mon Sep 17 00:00:00 2001 From: jeff Date: Thu, 1 Oct 2015 09:42:49 -0400 Subject: [PATCH] add background image again --- contrib/static/site.css | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/static/site.css b/contrib/static/site.css index b08c09f..e04c8c8 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -112,6 +112,7 @@ html { color: #ededed; background: #262230; height: 100%; + background-image: url('/static/fieri.png'); background-attachment: fixed; background-position: 100% 0%; background-repeat: no-repeat;