Last active
October 2, 2016 10:27
-
-
Save notjb/75d6c88c85776bcc5e52ff4cf09673b9 to your computer and use it in GitHub Desktop.
Header meta for mobile browser theming purpose
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
<!-- Modify this meta for android devices : | |
@link https://developers.google.com/web/fundamentals/design-and-ui/browser-customization/theme-color --> | |
<!-- Chrome, Firefox OS and Opera --> | |
<meta name="theme-color" content="#78be20"> | |
<!-- Windows Phone --> | |
<meta name="msapplication-navbutton-color" content="#78be20"> | |
<!-- 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