style: adjust background color

This commit is contained in:
Youwen Wu 2024-05-25 14:23:59 -07:00
parent c79cbd17fe
commit b416030e07
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -28,7 +28,7 @@ module.exports = {
}, },
background: { background: {
light: "#d6d3d1", light: "#d6d3d1",
dark: "#030712", dark: "#101017",
}, },
}, },
}, },