finally fixed the fucking table of contents
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
import Header from "$lib/header.svelte";
|
||||
import Footer from "$lib/footer.svelte";
|
||||
|
||||
export const prerender = true;
|
||||
|
||||
let { children } = $props();
|
||||
</script>
|
||||
|
||||
@@ -54,7 +56,7 @@
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background-color: var(--color-waters);
|
||||
mask-image: url('bremen-waters-white.svg');
|
||||
mask-image: url('/bremen-waters-white.svg');
|
||||
mask-position: center;
|
||||
background-position: center;
|
||||
background-attachment: fixed;
|
||||
|
||||
Reference in New Issue
Block a user