24
1
Fork 0

updated pwa theme-color

This commit is contained in:
Danny Coates 2019-03-09 16:45:17 -08:00
parent 4224d2ba0a
commit 3b7bf2ae7e
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB
2 changed files with 3 additions and 3 deletions

View File

@ -28,8 +28,8 @@ module.exports = function(state, body = '') {
content="${state.baseUrl}${assets.get('send-twitter.jpg')}"
/>
<meta property="og:url" content="${state.baseUrl}" />
<meta name="theme-color" content="#ffffff" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#220033" />
<meta name="msapplication-TileColor" content="#220033" />
<link rel="manifest" href="/app.webmanifest" />
<link rel="stylesheet" type="text/css" href="/inter.css" />

View File

@ -20,7 +20,7 @@ module.exports = function(req, res) {
start_url: '/',
display: 'standalone',
orientation: 'portrait',
theme_color: '#ffffff',
theme_color: '#220033',
background_color: 'white'
};
res.set('Content-Type', 'application/manifest+json');