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