From 99dc95c1221cc06a4f8d1b62719a9df86304a5f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matou=C5=A1=20Volf?= <66163112+matous-volf@users.noreply.github.com> Date: Fri, 13 Sep 2024 20:09:27 +0200 Subject: [PATCH] feat: make the theme color darker --- assets/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/manifest.json b/assets/manifest.json index b7406c4..f289672 100644 --- a/assets/manifest.json +++ b/assets/manifest.json @@ -4,7 +4,7 @@ "start_url": "/", "display": "standalone", "background_color": "#27272a", - "theme_color": "#e4e4e7", + "theme_color": "#27272a", "icons": [ { "src": "/images/icon.png",