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')