diff options
author | BuildTools <unconfigured@null.spigotmc.org> | 2016-12-06 19:09:02 +0100 |
---|---|---|
committer | BuildTools <unconfigured@null.spigotmc.org> | 2016-12-06 19:09:02 +0100 |
commit | f6bd3626cc83a68f38493edd96b871e94d54d60d (patch) | |
tree | 9afa63d141af08f2cb1f552dde0eed60cf1df01a | |
parent | 6bc04592cc7511775cdec9902c841aca7a0d2a6c (diff) |
changed background color of loading screen
-rw-r--r-- | public/manifest.webmanifest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/manifest.webmanifest b/public/manifest.webmanifest index c12683f..d33ee8e 100644 --- a/public/manifest.webmanifest +++ b/public/manifest.webmanifest @@ -3,7 +3,7 @@ "short_name": "Rooster", "start_url": "/", "display": "standalone", - "background_color": "#FFF", + "background_color": "#ececec", "description": "Een verbeterde rooster pagina voor het metis", "icons": [{ "src": "/icons/res/mipmap-mdpi/ic_launcher.png", |