Skip to content
Snippets Groups Projects
Commit c8af7178 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

feat/ PWA status bar color for IOS

parent ad2c8577
No related branches found
No related tags found
2 merge requests!610chore(release): 1.9.3,!591Resolve "PWA status bar color"
......@@ -18,6 +18,9 @@
<meta name="apple-mobile-web-app-title" content="Ecolyo">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<!-- PWA Colors -->
<meta name="theme-color" content="#343641" />
<meta name="background-color" content="#121212" />
<% _.forEach(htmlWebpackPlugin.files.css, function(file) { %>
<link rel="stylesheet" href="<%- file %>">
......
......@@ -14,8 +14,8 @@
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"theme_color": "#343641",
"background_color": "#121212",
"display": "standalone",
"orientation": "portrait-primary"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment