diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ea6ec659..21945a742 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file. This projec * **i18n:** Catalan (ca) language added by [@bwp91](https://github.com/bwp91) ([#892](https://github.com/oznu/homebridge-config-ui-x/pull/892)) * The Homebridge UI is now available in 22 different languages! -* **Themes:** Added 11 more dark mode themes with various colour accents ([#883](https://github.com/oznu/homebridge-config-ui-x/pull/883) +* **Themes:** Added 11 more dark mode themes with various colour accents ([#883](https://github.com/oznu/homebridge-config-ui-x/pull/883)) ### Bug Fixes diff --git a/README.md b/README.md index e30a2abcb..9ab75b22d 100755 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Supported Languages: :gb: :de: :fr: :poland: :czech_republic: :ru: :cn: :hungary * Install and configure Homebridge plugins * Edit the Homebridge `config.json` with advanced JSON syntax checking and structure validation -* Visual configuration for over 160 plugins (no manual config.json editing required) +* Visual configuration for over 400 plugins (no manual config.json editing required) * Monitor your Homebridge server via a fully customisable widget-based dashboard * View the Homebridge logs * View and control Homebridge accessories diff --git a/package-lock.json b/package-lock.json index d36097c81..663e7a472 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "homebridge-config-ui-x", - "version": "4.29.1-test.2", + "version": "4.29.1-test.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3abbf0fae..350653f79 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "homebridge-config-ui-x", "displayName": "Homebridge Config UI X", - "version": "4.29.1-test.2", + "version": "4.29.1-test.4", "description": "A web based management, configuration and control platform for Homebridge", "license": "MIT", "author": "oznu ", diff --git a/ui/src/scss/theme-dark.scss b/ui/src/scss/theme-dark.scss index 7f13025c1..873001cec 100644 --- a/ui/src/scss/theme-dark.scss +++ b/ui/src/scss/theme-dark.scss @@ -25,7 +25,7 @@ .dark-mode-highlight { color: $darkModePrimary !important; - opacity: 1; + opacity: 1 !important; } .hb-uix-switch input:checked ~ .hb-uix-slider {