Skip to content

Commit

Permalink
Add background color to ingress deconz (#1523)
Browse files Browse the repository at this point in the history
Co-authored-by: Franck Nijhof <[email protected]>
  • Loading branch information
bramkragten and frenck authored Jul 30, 2020
1 parent b9b9031 commit 4e16b62
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions deconz/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion deconz/config.json
Original file line number Diff line number Diff line change
@@ -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"],
Expand Down
1 change: 1 addition & 0 deletions deconz/rootfs/usr/share/www/ingress.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
color: #212121;
font-weight: 400;
line-height: 2;
background: #fafafa;
}
a {
text-decoration: none;
Expand Down

0 comments on commit 4e16b62

Please sign in to comment.