From 28d3f445f674d421b36a8cd6fc4c56f6c68ee2e2 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 23 Jan 2019 15:51:56 -0800 Subject: [PATCH] Align theme color --- demo/public/index.html | 8 ++++---- demo/public/manifest.json | 2 +- src/html/index.html.template | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/demo/public/index.html b/demo/public/index.html index 84b16d37c0..a685e87125 100644 --- a/demo/public/index.html +++ b/demo/public/index.html @@ -4,7 +4,7 @@ - + - + - + @@ -91,7 +91,7 @@ display: block; content: ""; height: 112px; - background-color: #3fbbf4; + background-color: #03a9f4; } diff --git a/demo/public/manifest.json b/demo/public/manifest.json index a38462f2e5..ce52141bda 100644 --- a/demo/public/manifest.json +++ b/demo/public/manifest.json @@ -27,7 +27,7 @@ ], "lang": "en-US", "name": "Home Assistant Demo", - "short_name": "Assistant Demo", + "short_name": "Demo", "start_url": "/?homescreen=1", "theme_color": "#03A9F4" } diff --git a/src/html/index.html.template b/src/html/index.html.template index c6f1a653af..fc0e515764 100644 --- a/src/html/index.html.template +++ b/src/html/index.html.template @@ -8,13 +8,13 @@ Home Assistant - + - +