From 4ac941b128cbfb1296b49f6009bf80dee6f6eb71 Mon Sep 17 00:00:00 2001 From: Jan Stabenow Date: Fri, 26 Jan 2024 18:03:16 +0100 Subject: [PATCH] Fix theme color --- public/index.html | 2 +- public/manifest.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/index.html b/public/index.html index a972073..d323651 100644 --- a/public/index.html +++ b/public/index.html @@ -4,7 +4,7 @@ - + diff --git a/public/manifest.json b/public/manifest.json index 9c4741a..5c03121 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -20,6 +20,6 @@ ], "start_url": ".", "display": "standalone", - "theme_color": "#000000", - "background_color": "#ffffff" + "theme_color": "#282728", + "background_color": "#282728" }