fix(welcome_page): Fix background image url path

This commit is contained in:
Vlad Piersec 2020-11-11 15:11:31 +02:00 committed by vp8x8
parent 36871fa37e
commit 101a40a8da
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ $welcomePageFontFamily: inherit;
$welcomePageBackground: none;
$welcomePageTitleColor: #fff;
$welcomePageHeaderBackground: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/images/welcome-background.png');
$welcomePageHeaderBackground: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/welcome-background.png');
$welcomePageHeaderBackgroundPosition: center;
$welcomePageHeaderBackgroundRepeat: none;
$welcomePageHeaderBackgroundSize: cover;