diff --git a/index.html b/index.html index edc0dc2..e53391e 100644 --- a/index.html +++ b/index.html @@ -15,8 +15,8 @@ href="/apple-touch-icon-180x180.png" sizes="180x180" /> - - + + { const config: UserConfigExport = { plugins: [ @@ -28,8 +26,8 @@ export default defineConfig(({ command }) => { name: "Remanso", short_name: "Remanso", description: "Note taking & sharing app", - background_color: mainColor, - theme_color: mainColor, + background_color: "#ffa4c0", + theme_color: "#2e5c1a", icons: [ { src: "pwa-64x64.png",