From 84cd517ac94487617ea8b7042dca8bfdeb448cda Mon Sep 17 00:00:00 2001 From: KevDoy Date: Sun, 28 Apr 2024 00:51:24 -0700 Subject: [PATCH] Bug Fix: Theme and BG Color --- package/cinemah.webmanifest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/cinemah.webmanifest b/package/cinemah.webmanifest index d0104e4..79df43d 100644 --- a/package/cinemah.webmanifest +++ b/package/cinemah.webmanifest @@ -11,6 +11,6 @@ ], "start_url": "index.html", "display": "fullscreen", - "theme_color": "##19171a", - "background_color": "##19171a" + "theme_color": "#19171a", + "background_color": "#19171a" }