Skip to content

Commit

Permalink
fix(google): force background color of search results
Browse files Browse the repository at this point in the history
fix #251
  • Loading branch information
iorate committed Jul 1, 2022
1 parent ac8f5ee commit 542a818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/search-engines/google-desktop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { handleSerp, hasDarkBackground, insertElement } from './helpers';

const desktopGlobalStyle: CSSAttribute = {
'[data-ub-blocked="visible"]': {
backgroundColor: 'var(--ub-block-color, rgba(255, 192, 192, 0.5))',
backgroundColor: 'var(--ub-block-color, rgba(255, 192, 192, 0.5)) !important',
},
'.ub-button': {
color: 'var(--ub-link-color, rgb(26, 13, 171))',
Expand Down

0 comments on commit 542a818

Please sign in to comment.