summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2022-06-16 21:10:32 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2022-06-16 21:15:54 +0200
commita6359015142bcf6dbb181f311dd56e308b77b73e (patch)
treef51465b9fc3222bc8f61dd4d36b089f1e1cc8fe3 /.config
parent2b3b773158fdf8842d797f5c46517001d95fe791 (diff)
downloaddotfiles-a6359015142bcf6dbb181f311dd56e308b77b73e.tar.xz
Handle more kinds of quoted text on LWN
Diffstat (limited to '.config')
-rw-r--r--.config/firefox/userContent.css6
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 {