From db7d592c5981fcf933e0a54661ed5e7646079cd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ku=C4=87mierz?= Date: Tue, 15 Nov 2022 07:49:00 +0100 Subject: [PATCH] change pwa theme color --- index.html | 4 ++-- vite.config.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index ddb07a3..20fca24 100644 --- a/index.html +++ b/index.html @@ -7,8 +7,8 @@ Instacode - - + +
diff --git a/vite.config.js b/vite.config.js index 84e1f09..00e739b 100644 --- a/vite.config.js +++ b/vite.config.js @@ -18,7 +18,7 @@ export default defineConfig({ name: 'Instacode', short_name: 'Instacode', description: 'Scratchpad for instant JavaScript code running', - theme_color: '#282C34', + theme_color: '#7ACED7', id: '/', icons: [ {