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%;