From 883f9ece48e9920199ec06d1e9695368bce8f98f Mon Sep 17 00:00:00 2001 From: Christina Toegl <toegl@tugraz.at> Date: Tue, 6 Jul 2021 14:44:23 +0200 Subject: [PATCH] Change theme color in manifest.json --- assets/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/manifest.json b/assets/manifest.json index e2bb212..22e3b8c 100644 --- a/assets/manifest.json +++ b/assets/manifest.json @@ -51,6 +51,6 @@ ], "background_color": "#245B78", "display": "standalone", - "theme_color": "#E4154B" + "theme_color": "#FFFFFF" } -- GitLab