Created
September 24, 2016 21:39
-
-
Save ka-seo/310940bd339ca87a42f55382fc462eaf to your computer and use it in GitHub Desktop.
Set color toolbar in mobile browsers
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
<!-- Insert in head --> | |
<!-- Custom Browsers Color Start --> | |
<!-- Chrome, Firefox OS and Opera --> | |
<meta name="theme-color" content="#000"> | |
<!-- Windows Phone --> | |
<meta name="msapplication-navbutton-color" content="#000"> | |
<!-- iOS Safari --> | |
<meta name="apple-mobile-web-app-status-bar-style" content="#000"> | |
<!-- Custom Browsers Color End --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment