bg color change
This commit is contained in:
parent
5e2339f94d
commit
c52e4cdb3e
1 changed files with 3 additions and 3 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue