Fix off-by-one color error in webmanifest

This commit is contained in:
Maxime Poulin
2020-04-19 20:46:37 -04:00
parent ce6f188acc
commit be78a5809a
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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",