diff options
| -rw-r--r-- | .config/firefox/userContent.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/firefox/userContent.css b/.config/firefox/userContent.css index 01e246e..ec6a8be 100644 --- a/.config/firefox/userContent.css +++ b/.config/firefox/userContent.css @@ -116,7 +116,7 @@ background-color: black !important; } #menu, .navmenu ul, .topnav-container, .Form, .FeatureByline, .GAByline, - .tlrw, .IndexEntries, .AnnLine:nth-child(2n) > span, .Even, + .tlr, .tlrw, .IndexEntries, .AnnLine:nth-child(2n) > span, .Even, table.OddEven tr:nth-child(2n+1), .MLThread, .CalMDate, .CalMName { background-color: #181818 !important; } @@ -151,8 +151,9 @@ BLOCKQUOTE.bq, .BigQuote, .QuotedText, Q { color: pink !important; - background-color: black !important; + background-color: unset !important; /* https://lwn.net/Articles/897045/ */ + /* https://lwn.net/Articles/926649/ */ } .AnnLine span, .PageHeadline h1 { |
