Skip to content

Commit 07ff8a4

Browse files
committed
Add meta theme-color tag
1 parent f690faa commit 07ff8a4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

template/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
<title>{{ name }}</title>
88
<!-- Add to home screen for Android and modern mobile browsers -->
99
<link rel="manifest" href="/static/manifest.json">
10+
<meta name="theme-color" content="#4DBA87">
11+
1012
<!-- Add to home screen for Safari on iOS -->
1113
<meta name="apple-mobile-web-app-capable" content="yes">
1214
<meta name="apple-mobile-web-app-status-bar-style" content="black">

template/static/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"start_url": "/index.html",
1717
"display": "standalone",
1818
"background_color": "#000000",
19-
"theme_color": "#4dba87"
19+
"theme_color": "#4DBA87"
2020
}

0 commit comments

Comments
 (0)