match manifest.json (#936)

removes the orange for the hotpink
This commit is contained in:
Adam Argyle
2021-01-15 01:00:13 -08:00
committed by GitHub
parent ff25dd81f8
commit 5d0c856fa0

View File

@@ -36,7 +36,7 @@ const Index: FunctionalComponent<Props> = () => (
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<link rel="shortcut icon" href={favicon} />
<meta name="theme-color" content="#f78f21" />
<meta name="theme-color" content="#ff3385" />
<link rel="manifest" href="/manifest.json" />
<style
dangerouslySetInnerHTML={{ __html: escapeStyleScriptContent(baseCss) }}