Merge pull request #3776 from tecdude/patch-1

safari coloured search bar
This commit is contained in:
mikeprimm 2022-06-19 13:30:24 -05:00 committed by GitHub
commit c66d9a47a2

View file

@ -11,6 +11,7 @@
<!-- These 2 lines make us fullscreen on apple mobile products - remove if you don't like that --> <!-- 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-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" /> <link rel="icon" href="images/dynmap.ico" type="image/ico" />