mirror of
https://github.com/aljazceru/midnight-gh-pages-theme.git
synced 2025-12-17 06:04:20 +01:00
Setup theme-color in head tags.
This is picked up by browsers (mostly mobile browsers) and used e.g. to style the browser header. It is mostly of use for dark themes such as midnight. closes #29
This commit is contained in:
@@ -15,6 +15,10 @@
|
||||
<link rel="stylesheet" href="{{ '/assets/css/ie.css' | relative_url }}">
|
||||
<![endif]-->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||||
<!-- Setup theme-color. -->
|
||||
<meta name="theme-color" content="#353535">
|
||||
<meta name="msapplication-navbutton-color" content="#353535">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user