Switch to a less bright theme-color since base0A didn't work so well

This commit is contained in:
Danielle McLean 2018-06-28 11:23:56 +10:00
parent bc8d7923b4
commit dee64f130e
Signed by: 00dani
GPG key ID: 8EB789DDF3ABD240
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ def manifest(request):
'start_url': urljoin(base, start_url),
'background_color': color(0),
'theme_color': color(10),
'theme_color': color(3),
}
return JsonResponse(app, content_type='application/manifest+json')