Adds Svelte, Framer and starts work on homepage

This commit is contained in:
Alicia Sykes
2024-05-26 22:15:29 +01:00
parent 322ef5e0ea
commit ca3f8a4235
11 changed files with 274 additions and 31 deletions

View File

@@ -13,6 +13,9 @@ const GlobalStyles = () => (
font-family: PTMono;
color: #fff;
}
#fancy-background p span {
color: transparent;
}
`}
/>
);