Skip to content

Instantly share code, notes, and snippets.

@seuntaylor
Last active June 16, 2018 13:55
Show Gist options
  • Save seuntaylor/cecac86cf4a0519f6a28c9dce8494ec4 to your computer and use it in GitHub Desktop.
Save seuntaylor/cecac86cf4a0519f6a28c9dce8494ec4 to your computer and use it in GitHub Desktop.
Header code for adding custom colour header in Google Chrome
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#999999" />
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#999999" />
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-status-bar-style" content="#999999" />
@Akamaozu
Copy link

Akamaozu commented Jun 7, 2018

I had no idea how to do this.

Thanks for sharing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment