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',
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) {