safari coloured search bar

added support for coloured bar in apple safari 15+
This commit is contained in:
tecdude 2022-06-17 18:47:54 +01:00 committed by GitHub
parent e7e8f1c245
commit 63ab35a9a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -10,7 +10,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<!-- These 2 lines make us fullscreen on apple mobile products - remove if you don't like that -->
<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="black-translucent" />
<meta name="theme-color" content="#000000">
<link rel="icon" href="images/dynmap.ico" type="image/ico" />
@ -54,4 +55,4 @@
<div id="mcmap"></div>
</body>
</html>
</html>