diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 78e8423..332a32c 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -20,7 +20,7 @@ color: white; } :global(body) { - background: center/cover url(/background.jpg); + background: repeat center/20% url(/background.jpg); background-attachment: fixed; } diff --git a/static/background.jpg b/static/background.jpg index 98cb378..fe3206c 100644 Binary files a/static/background.jpg and b/static/background.jpg differ