Last active
July 16, 2016 20:31
-
-
Save eivko/29dd965eb294ab61c87dfc53b9693777 to your computer and use it in GitHub Desktop.
Цвет адресной строки и статус-бара на мобильных
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Chrome, Firefox OS and Opera --> | |
<meta name="theme-color" content="#4285f4"> | |
<!-- Windows Phone --> | |
<meta name="msapplication-navbutton-color" content="#4285f4"> | |
<!-- iOS Safari --> | |
<meta name="apple-mobile-web-app-capable" content="yes"> | |
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment