diff --git a/server/layout.js b/server/layout.js index 77e723d8..0684e248 100644 --- a/server/layout.js +++ b/server/layout.js @@ -28,8 +28,8 @@ module.exports = function(state, body = '') { content="${state.baseUrl}${assets.get('send-twitter.jpg')}" /> - - + + diff --git a/server/routes/webmanifest.js b/server/routes/webmanifest.js index 32e23325..276ddd24 100644 --- a/server/routes/webmanifest.js +++ b/server/routes/webmanifest.js @@ -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');