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