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:
Oliver Freyermuth
2021-01-31 03:56:13 +01:00
parent ca56aea3c7
commit 06f551a034

View File

@@ -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>