From be78a5809ad5b9e3dd9f77020095cda06922fc66 Mon Sep 17 00:00:00 2001 From: Maxime Poulin Date: Sun, 19 Apr 2020 18:08:42 -0400 Subject: [PATCH] Fix off-by-one color error in webmanifest --- client/index.html.tpl | 2 +- client/thelounge.webmanifest | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/index.html.tpl b/client/index.html.tpl index e66d5539..c75aac5e 100644 --- a/client/index.html.tpl +++ b/client/index.html.tpl @@ -22,7 +22,7 @@ - + diff --git a/client/thelounge.webmanifest b/client/thelounge.webmanifest index c277fb63..6d9342e6 100644 --- a/client/thelounge.webmanifest +++ b/client/thelounge.webmanifest @@ -4,8 +4,8 @@ "description": "Self-hosted web IRC client", "start_url": ".", "display": "standalone", - "theme_color": "#415363", - "background_color": "#415363", + "theme_color": "#415364", + "background_color": "#415364", "icons": [ { "src": "img/logo-grey-bg-120x120px.png",