Skip to content

Commit

Permalink
fix: duckduckgo white background
Browse files Browse the repository at this point in the history
  • Loading branch information
pistom committed Jan 17, 2022
1 parent 056bf83 commit 059f08d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion public/manifests/chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Highlight or Hide Search Engine Results",
"short_name": "HoHSER",
"version": "4.1.1",
"version": "4.1.2",
"description": "Filter search engine results. Block unwanted results and highlight the favorite ones. For Google and other popular search engines.",
"icons": {
"16": "images/hohser-16.png",
Expand Down
2 changes: 1 addition & 1 deletion public/manifests/firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Highlight or Hide Search Engine Results",
"short_name": "HoHSER",
"version": "4.1.1",
"version": "4.1.2",
"developer": {
"name": "Tomasz Pisarek",
"url": "https://github.com/pistom"
Expand Down
3 changes: 0 additions & 3 deletions src/content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,6 @@
}

/* DuckDuckGo specific */
.hohser_result-duckduckgo {
background: white!important
}
.super1:not(:hover) .result__snippet {
color: black!important;
}
Expand Down

0 comments on commit 059f08d

Please sign in to comment.