commit a6359015142bcf6dbb181f311dd56e308b77b73e
parent 2b3b773158fdf8842d797f5c46517001d95fe791
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date: Thu, 16 Jun 2022 21:10:32 +0200
Handle more kinds of quoted text on LWN
Diffstat:
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git 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 {