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

Merge branch '242-pwa-status-bar-color' into 'dev'

Resolve "PWA status bar color"

Closes #242

See merge request web-et-numerique/llle_project/ecolyo!591
parents 793cca67 c8af7178
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 @@ ...@@ -18,6 +18,9 @@
<meta name="apple-mobile-web-app-title" content="Ecolyo"> <meta name="apple-mobile-web-app-title" content="Ecolyo">
<meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black"> <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) { %> <% _.forEach(htmlWebpackPlugin.files.css, function(file) { %>
<link rel="stylesheet" href="<%- file %>"> <link rel="stylesheet" href="<%- file %>">
......
...@@ -14,8 +14,8 @@ ...@@ -14,8 +14,8 @@
"type": "image/png" "type": "image/png"
} }
], ],
"theme_color": "#ffffff", "theme_color": "#343641",
"background_color": "#ffffff", "background_color": "#121212",
"display": "standalone", "display": "standalone",
"orientation": "portrait-primary" "orientation": "portrait-primary"
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment