Skip to content

Instantly share code, notes, and snippets.

@ka-seo
Created September 24, 2016 21:39
Show Gist options
  • Save ka-seo/310940bd339ca87a42f55382fc462eaf to your computer and use it in GitHub Desktop.
Save ka-seo/310940bd339ca87a42f55382fc462eaf to your computer and use it in GitHub Desktop.
Set color toolbar in mobile browsers
<!-- 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