Path Quickfix

This commit is contained in:
Alex D. 2018-07-01 01:52:45 +02:00
parent c5afdd52df
commit 6fa48b6a83
1 changed files with 1 additions and 1 deletions

View File

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