From dd7900c35866940b493c0ee23af4b8907a9739ad Mon Sep 17 00:00:00 2001 From: Nikola Ribic Date: Tue, 16 Jun 2020 14:07:22 +0200 Subject: [PATCH] - updated CSS so that images are now shown on text-white and text-crossed modes --- src/content/opt-out.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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; }