bg color change

This commit is contained in:
saiminh 2026-02-16 14:35:00 +01:00
parent c52e4cdb3e
commit 04835eecd8

View file

@ -17,9 +17,9 @@ export async function load() {
title: 'Work References', title: 'Work References',
description: 'A few of the projects I have worked on', description: 'A few of the projects I have worked on',
theme: { theme: {
bg: '#3397E9', bg: '#2050FF',
text: '#FCF8EB', text: '#FFD8D8',
highlight: '#000000', highlight: '#220032',
} }
} }
} catch (error) { } catch (error) {