diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/firefox/userContent.css | 6 |
1 files 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 { |
