diff --git a/src/routes/work/+page.server.ts b/src/routes/work/+page.server.ts index f4a5b13..0484324 100644 --- a/src/routes/work/+page.server.ts +++ b/src/routes/work/+page.server.ts @@ -17,9 +17,9 @@ export async function load() { title: 'Work References', description: 'A few of the projects I have worked on', theme: { - bg: '#3397E9', - text: '#FCF8EB', - highlight: '#000000', + bg: '#2050FF', + text: '#FFD8D8', + highlight: '#220032', } } } catch (error) {