From 74a1c044f04a323f5bfbf7f67197aa0fb7541cbc Mon Sep 17 00:00:00 2001 From: 4cdn <4cdn@users.noreply.github.com> Date: Sat, 19 Sep 2015 19:30:05 -0400 Subject: [PATCH] removing reliance on external file hosting --- 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 464837c..bebf26c 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -106,7 +106,7 @@ th { html { color: #ededed; - background: #262230 url("http://fierichan.ga/fieri.png"); + background: #262230 url("/static/fieri.png"); height: 100%; background-attachment: fixed; background-position: 100% 0%;