diff --git a/src/content/opt-out.css b/src/content/opt-out.css index d724e2c..05f4597 100644 --- a/src/content/opt-out.css +++ b/src/content/opt-out.css @@ -14,10 +14,18 @@ color: var(--color, white); } +.opt-out-tw div{ + background-image: none !important; +} + .opt-out-tc { text-decoration: line-through; } +.opt-out-tc div{ + background-image: none !important; +} + .opt-out-trem { display: none; }