From cfe5426421755f267030b70d954a86f89b6a1242 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sat, 14 Mar 2026 13:13:22 +0100 Subject: [PATCH] design: same rose color --- index.html | 2 +- src/styles/app.css | 2 +- vite.config.mts | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index e53391e..f9d2373 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@ sizes="180x180" /> - + { short_name: "Remanso", description: "Note taking & sharing app", background_color: "#ffa4c0", - theme_color: "#2e5c1a", + theme_color: "#ffa4c0", icons: [ { src: "pwa-64x64.png", @@ -78,7 +78,7 @@ export default defineConfig(({ command }) => { global: {}, } config.server = { - host: '127.0.0.1', + host: "127.0.0.1", } }