From 018adcfbf7b8662a187b4c287434521fe43f4f9e Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 25 Jun 2023 09:23:41 +0200 Subject: fix path to backdrop --- client-web/style/master.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client-web/style') diff --git a/client-web/style/master.sass b/client-web/style/master.sass index f818e68..4175393 100644 --- a/client-web/style/master.sass +++ b/client-web/style/master.sass @@ -21,7 +21,7 @@ padding: 0px body.start - background-image: linear-gradient(var(--ac-dark-transparent), black 150%), url("./tile-backdrop.svg") + background-image: linear-gradient(var(--ac-dark-transparent), black 150%), url("/assets/tile-backdrop.svg") background-attachment: fixed background-size: cover, 750px background-color: var(--ac-dark) -- cgit v1.2.3-70-g09d2