Skip to content

Commit 44b5068

Browse files
committed
Changed image path
This is quite unconventional, and I would not recommend this otherwise, but this is the only way to still have older versions display an image instead of a white background. (Removed not required files) #1
1 parent cd791bb commit 44b5068

File tree

5 files changed

+2
-118
lines changed

5 files changed

+2
-118
lines changed

extra/custom-body-end.blade.php

Lines changed: 0 additions & 7 deletions
This file was deleted.

extra/custom-body.blade.php

Lines changed: 0 additions & 7 deletions
This file was deleted.

extra/custom-head.blade.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,10 @@
2929
color: white;
3030
font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
3131
background-image:
32-
url({{themeAsset('aurora.jpg')}});
32+
url({{themeAsset('../../aurora.jpg')}});
3333
no-repeat center center fixed;
3434
-webkit-background-size: cover;
3535
-moz-background-size: cover;
3636
background-size: cover;
3737
}
38-
39-
</style>
40-
38+
</style>

extra/custom-icons/readme.html

Lines changed: 0 additions & 100 deletions
This file was deleted.

0 commit comments

Comments
 (0)