From c2eca402269f6b24ac29ee9970a576f359792294 Mon Sep 17 00:00:00 2001 From: Hideki Ikemoto Date: Sun, 14 Aug 2022 22:41:12 +0900 Subject: [PATCH] fix: unhide color not working --- apps/styles/google.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/styles/google.css b/apps/styles/google.css index 7267486a..a34f5c22 100644 --- a/apps/styles/google.css +++ b/apps/styles/google.css @@ -10,7 +10,7 @@ * color when unhide */ [data-blocker-display="unhide"] { - background-color: #ffd2d2; + background-color: #ffd2d2 !important; } g-inner-card:not([data-blocker-display="none"]) > span.block-anchor {