From 4e16b62970089c6b50fc14a0ecd21f8095055e89 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Thu, 30 Jul 2020 16:33:53 +0200 Subject: [PATCH] Add background color to ingress deconz (#1523) Co-authored-by: Franck Nijhof --- deconz/CHANGELOG.md | 4 ++++ deconz/config.json | 2 +- deconz/rootfs/usr/share/www/ingress.html | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/deconz/CHANGELOG.md b/deconz/CHANGELOG.md index 81a9373..e3999fd 100644 --- a/deconz/CHANGELOG.md +++ b/deconz/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 6.2.3 + +- Add background color to the ingress entry page + ## 6.2.2 - Add styling to the ingress entry page diff --git a/deconz/config.json b/deconz/config.json index 7eaecb0..ec62105 100644 --- a/deconz/config.json +++ b/deconz/config.json @@ -1,6 +1,6 @@ { "name": "deCONZ", - "version": "6.2.2", + "version": "6.2.3", "slug": "deconz", "description": "Control a Zigbee network with ConBee or RaspBee by Dresden Elektronik", "arch": ["amd64", "armhf", "aarch64"], diff --git a/deconz/rootfs/usr/share/www/ingress.html b/deconz/rootfs/usr/share/www/ingress.html index 38d76ad..8d12f3e 100644 --- a/deconz/rootfs/usr/share/www/ingress.html +++ b/deconz/rootfs/usr/share/www/ingress.html @@ -20,6 +20,7 @@ color: #212121; font-weight: 400; line-height: 2; + background: #fafafa; } a { text-decoration: none;