diff --git a/src/scripts/search-engines/google-desktop.ts b/src/scripts/search-engines/google-desktop.ts index 8abd80537..e2c37878e 100644 --- a/src/scripts/search-engines/google-desktop.ts +++ b/src/scripts/search-engines/google-desktop.ts @@ -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))',