We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f690faa commit 07ff8a4Copy full SHA for 07ff8a4
template/index.html
@@ -7,6 +7,8 @@
7
<title>{{ name }}</title>
8
<!-- Add to home screen for Android and modern mobile browsers -->
9
<link rel="manifest" href="/static/manifest.json">
10
+ <meta name="theme-color" content="#4DBA87">
11
+
12
<!-- Add to home screen for Safari on iOS -->
13
<meta name="apple-mobile-web-app-capable" content="yes">
14
<meta name="apple-mobile-web-app-status-bar-style" content="black">
template/static/manifest.json
@@ -16,5 +16,5 @@
16
"start_url": "/index.html",
17
"display": "standalone",
18
"background_color": "#000000",
19
- "theme_color": "#4dba87"
+ "theme_color": "#4DBA87"
20
}
0 commit comments