make wallpaper url configurable

This commit is contained in:
2020-07-28 00:52:04 +02:00
parent c0ec7b0058
commit f2a13acdee
3 changed files with 3 additions and 2 deletions

View File

@@ -5,7 +5,6 @@ html {
.masthead {
height: 50vh;
min-height: 250px;
background-image: url('/static/pictures/wallpaper.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;