Switch to a less bright theme-color since base0A didn't work so well
This commit is contained in:
parent
bc8d7923b4
commit
dee64f130e
2 changed files with 2 additions and 2 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue