default manifesto background color

This commit is contained in:
sakrecoer 2026-05-15 22:46:14 +02:00
parent ea170d350f
commit b62ed76e2d

View file

@ -95,8 +95,8 @@ export default defineConfig(({ mode }) => {
],
start_url: '/',
display: 'standalone',
background_color: '#FFFFFF',
theme_color: '#FFFFFF',
background_color: '#200B2E',
theme_color: '#200B2E',
description: packageJson.description
}
})