diff --git a/CHANGELOG.md b/CHANGELOG.md index 0da8bf1..ab6af25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ## [v1.11.0] +- **FIXED**: Highlight of selected result in light-mode - **IMPROVED**: Firefox build is now using the browser extension Manifest v3, like Chrome or Edge. - **REMOVED**: Removed special build for Firefox, using Manifest v2. - **REMOVED**: Removed special build for Opera (they did not apply updates to the extension in their store anyway). diff --git a/popup/css/style.css b/popup/css/style.css index 8cc35ad..502ad8b 100644 --- a/popup/css/style.css +++ b/popup/css/style.css @@ -249,7 +249,7 @@ code { border-left: 0; } #selected-result { - background-color: #dadada; + background-color: #dadada !important; } li.error { color: #cc5858;