Add background color to ingress deconz (#1523)

Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
Bram Kragten
2020-07-30 16:33:53 +02:00
committed by GitHub
parent b9b903123c
commit 4e16b62970
3 changed files with 6 additions and 1 deletions

View File

@@ -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

View File

@@ -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"],

View File

@@ -20,6 +20,7 @@
color: #212121;
font-weight: 400;
line-height: 2;
background: #fafafa;
}
a {
text-decoration: none;