From dea2955688d6f1cb47dac2dec58eab6babb21df5 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Fri, 1 Jun 2018 12:45:48 -0700 Subject: [PATCH] Fix butterchun background --- css/page.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/page.css b/css/page.css index 36800a5a..f1912ed3 100644 --- a/css/page.css +++ b/css/page.css @@ -76,7 +76,7 @@ body { #butterchurn-share { display: none; /* Button is only shown if the window gets enabled */ /* TODO: Figure out how to inline this */ - background-image: url(../images/share/butterchurn-bg.png); + background-image: url(/images/share/butterchurn-bg.png); background-size: 100%; /* Image is 2x size for retina displays */ }