update to local logo

This commit is contained in:
2023-05-20 11:50:31 +02:00
parent c8f9a5b9ab
commit e621cc7a7c
8 changed files with 8 additions and 8 deletions

View File

@@ -9,7 +9,7 @@ body {
#step-1 {
position: fixed;
background: linear-gradient(to right, rgba( 0, 0, 0, 255 ) 30%, rgba( 0, 0, 0, 0 )), url( 'https://static.janishutz.com/Logo.png');
background: linear-gradient(to right, rgba( 0, 0, 0, 255 ) 30%, rgba( 0, 0, 0, 0 )), url( '/assets/Logo.png');
}
#step-2 {
@@ -56,5 +56,5 @@ body {
#step-8 {
position: fixed;
background: linear-gradient(to right, rgba( 0, 0, 0, 255 ) 30%, rgba( 0, 0, 0, 0 )), url( 'https://static.janishutz.com/Logo.png');
background: linear-gradient(to right, rgba( 0, 0, 0, 255 ) 30%, rgba( 0, 0, 0, 0 )), url( '/assets/Logo.png');
}