diff --git a/content/css/s04.scss b/content/css/s04.scss index b0463ed..ff8b82d 100644 --- a/content/css/s04.scss +++ b/content/css/s04.scss @@ -1,5 +1,5 @@ .season-4, .season-1 { - --newspaper-background-texture-image: url(/images/starwars.jpg); + --newspaper-background-texture-image: url(../images/starwars.jpg); --newspaper-headline-font: 'Noticia Text'; --newspaper-base-font: 'EB Garamond'; --newspaper-name-font: 'UnifrakturCook'; diff --git a/content/css/s05.scss b/content/css/s05.scss index b0f1cb6..2493a3e 100644 --- a/content/css/s05.scss +++ b/content/css/s05.scss @@ -1,5 +1,5 @@ .season-5 { - --newspaper-background-texture-image: url(/images/parchment.jpg); + --newspaper-background-texture-image: url(../images/parchment.jpg); --newspaper-headline-font: 'Noticia Text'; --newspaper-base-font: 'EB Garamond'; --newspaper-name-font: 'UnifrakturCook';