Skip to content

Instantly share code, notes, and snippets.

@metelidrissi
Last active September 17, 2019 11:19
Show Gist options
  • Save metelidrissi/4232db1e7002bdddd8f58c6a9c00666e to your computer and use it in GitHub Desktop.
Save metelidrissi/4232db1e7002bdddd8f58c6a9c00666e to your computer and use it in GitHub Desktop.
How to change the color of the browser's header
/*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-status-bar-style" content="#4285f4">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment