From 9f9b548478cee49774716c7871d6f77b26f95dbd Mon Sep 17 00:00:00 2001 From: Michael Fatemi Date: Fri, 9 Jul 2021 12:26:00 -0400 Subject: [PATCH] google tag manager --- public/index.html | 14 ++++++++++++++ public/manifest.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 26a8a0c..a717baa 100644 --- a/public/index.html +++ b/public/index.html @@ -36,6 +36,20 @@ outline: none !important; } + + + diff --git a/public/manifest.json b/public/manifest.json index e034394..2706969 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -20,6 +20,6 @@ ], "start_url": ".", "display": "standalone", - "theme_color": "#000000", + "theme_color": "#ffffff", "background_color": "#ffffff" }