bg color change

This commit is contained in:
saiminh 2026-02-16 14:31:20 +01:00
parent 5e2339f94d
commit c52e4cdb3e

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: '#E95E33',
text: '#FFFFFF',
highlight: '#01132D',
bg: '#3397E9',
text: '#FCF8EB',
highlight: '#000000',
}
}
} catch (error) {