From 52639f70f1c4d27933c4e40010dd00cc614c21e2 Mon Sep 17 00:00:00 2001 From: caskd Date: Sun, 1 Jul 2018 01:52:45 +0200 Subject: [PATCH] Path Quickfix --- css/web.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/web.css b/css/web.css index 7c13e64..f4d0847 100644 --- a/css/web.css +++ b/css/web.css @@ -5,7 +5,7 @@ html { font-family: 'Oswald', sans-serif; /*Fixed Background*/ - background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/res/bg.jpg); + background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../res/bg.jpg); background-attachment: fixed; background-size: cover; background-position: center;