From dee64f130eac0402e0a3384e3b0d778836f8174b Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Thu, 28 Jun 2018 11:23:56 +1000 Subject: [PATCH] Switch to a less bright theme-color since base0A didn't work so well --- lemoncurry/jinja2/lemoncurry/layout.html | 2 +- wellknowns/views/manifest.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lemoncurry/jinja2/lemoncurry/layout.html b/lemoncurry/jinja2/lemoncurry/layout.html index e2328e4..b7af2eb 100644 --- a/lemoncurry/jinja2/lemoncurry/layout.html +++ b/lemoncurry/jinja2/lemoncurry/layout.html @@ -22,7 +22,7 @@ - + diff --git a/wellknowns/views/manifest.py b/wellknowns/views/manifest.py index 45f108b..2105f56 100644 --- a/wellknowns/views/manifest.py +++ b/wellknowns/views/manifest.py @@ -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')