diff options
Diffstat (limited to 'web/templates/head.html')
-rw-r--r-- | web/templates/head.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/templates/head.html b/web/templates/head.html index c27597f82..6b6b7f09d 100644 --- a/web/templates/head.html +++ b/web/templates/head.html @@ -7,7 +7,7 @@ <!-- iOS add to homescreen --> <meta name="apple-mobile-web-app-capable" content="yes" /> - <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> + <meta name="apple-mobile-web-app-status-bar-style" content="default"> <meta name="mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-title" content="{{ .Title }}"> <meta name="application-name" content="{{ .Title }}"> |