Fixing relative image path, as was foretold

This commit is contained in:
Christian 'ketura' McCarty
2023-01-17 21:48:28 -06:00
parent 5c532ae7c1
commit 70ceb2525d

View File

@@ -4,7 +4,7 @@ shtml {
body {
font-size: 100%;
height: 100%;
background-image: url('../../../images/dwarrowdelf.jpg');
background-image: url('../../images/dwarrowdelf.jpg');
background-size: cover;
background-repeat:no-repeat;
background-position: center center;