From c20ee261a8a9d6a03fdd84404f81043ef9be2145 Mon Sep 17 00:00:00 2001 From: ondrej Date: Sun, 30 Oct 2022 21:24:10 +0100 Subject: [PATCH] Add theme colors --- layouts/partials/meta.html | 2 ++ static/site.webmanifest | 4 +--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/partials/meta.html b/layouts/partials/meta.html index 7e06fd3..c37f3fe 100644 --- a/layouts/partials/meta.html +++ b/layouts/partials/meta.html @@ -25,3 +25,5 @@ + + diff --git a/static/site.webmanifest b/static/site.webmanifest index b265a16..a4135e3 100644 --- a/static/site.webmanifest +++ b/static/site.webmanifest @@ -12,7 +12,5 @@ "sizes": "512x512", "type": "image/png" } - ], - "theme_color": "#ffffff", - "background_color": "#ffffff" + ] }