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;