From a6359015142bcf6dbb181f311dd56e308b77b73e Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Thu, 16 Jun 2022 21:10:32 +0200 Subject: Handle more kinds of quoted text on LWN --- .config/firefox/userContent.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.config/firefox/userContent.css b/.config/firefox/userContent.css index 44f52bc..7faf479 100644 --- a/.config/firefox/userContent.css +++ b/.config/firefox/userContent.css @@ -146,12 +146,10 @@ border-color: #181818 !important; } - BLOCKQUOTE.bq, SPAN, div:not(.AnnLine) > span, .BigQuote { + BLOCKQUOTE.bq, SPAN, div:not(.AnnLine) > span, .BigQuote, .QuotedText, Q { color: pink !important; background-color: black !important; - } - .QuotedText { - color: pink !important; + /* https://lwn.net/Articles/897045/ */ } .AnnLine span, .PageHeadline h1 { -- cgit v1.2.3