mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 21:24:20 +01:00
Add background color to ingress deconz (#1523)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"],
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
color: #212121;
|
||||
font-weight: 400;
|
||||
line-height: 2;
|
||||
background: #fafafa;
|
||||
}
|
||||
a {
|
||||
text-decoration: none;
|
||||
|
||||
Reference in New Issue
Block a user