From 43f8b13dc359b43535dea14951ca2c7159ed8e5a Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 18 Oct 2018 21:51:30 +0200 Subject: theme color updated --- assets/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'assets') diff --git a/assets/manifest.json b/assets/manifest.json index e4115d9..f0b21b4 100644 --- a/assets/manifest.json +++ b/assets/manifest.json @@ -14,6 +14,6 @@ "start_url": "/", "scope": "/", "display": "standalone", - "theme_color": "#c242f4", - "background_color": "#c242f4" + "theme_color": "#ffffff", + "background_color": "#ffffff" } -- cgit v1.2.3