From eca794983bdbeb02e06142e45da44d37d9d604b2 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Sat, 28 Oct 2023 09:05:07 +0200 Subject: [PATCH] wip: first try at svg background --- scss/custom/_global.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/custom/_global.scss b/scss/custom/_global.scss index b20b50b..7cd1a29 100644 --- a/scss/custom/_global.scss +++ b/scss/custom/_global.scss @@ -66,7 +66,7 @@ } #page-header { - background: get-color("skyblue") url('img/background.png'); + background: get-color("skyblue") url('data: image/svg+xml;utf8,'); border-top: 6px solid get-color("dark"); background-position: bottom center; background-repeat: repeat-x;