From f2b3a7eb1570da2dc4863600ab4ae992a3ad16a5 Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Tue, 15 Apr 2025 12:00:56 -0700 Subject: [PATCH] Shuffle this game on my website under the keyword, cozy --- web/templates/website/custom.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/templates/website/custom.css b/web/templates/website/custom.css index 25c9fda..55d8049 100644 --- a/web/templates/website/custom.css +++ b/web/templates/website/custom.css @@ -1,6 +1,6 @@ html { background-color: #E3ECDE; - background-image: url("static/website/images/background.jpg"); + background-image: url("cozy/static/website/images/background.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center bottom; @@ -89,7 +89,7 @@ a.playbutton { padding: 50px; margin-left: 70px; - background-image: url("static/website/images/parchment-paper.png"); + background-image: url("cozy/static/website/images/parchment-paper.png"); background-repeat: no-repeat; /* background-size: cover; */ background-size:100% 100%;