diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2022-10-23 15:58:12 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2022-10-23 15:59:00 +0200 |
| commit | 2c4ca8908b6a737dd18c35057e096ce109a21911 (patch) | |
| tree | e9b7714615d3b5c61853a0b8d5bd06d78721c5f2 | |
| parent | 89fa73ae2ab55eb9513a623fcf086115c398eec6 (diff) | |
| download | dotfiles-2c4ca8908b6a737dd18c35057e096ce109a21911.tar.xz | |
Simplify/expand some LWN CSS rules
| -rw-r--r-- | .config/firefox/userContent.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/firefox/userContent.css b/.config/firefox/userContent.css index 2814e2e..83f124a 100644 --- a/.config/firefox/userContent.css +++ b/.config/firefox/userContent.css @@ -116,7 +116,7 @@ background-color: black !important; } - td select, select[name=viewtimes] { + select { color: black !important; } @@ -125,7 +125,7 @@ } #menu, .navmenu ul, .topnav-container, .Form, .FeatureByline, .GAByline, .tlrw, .IndexEntries, .AnnLine:nth-child(2n) > span, .Even, - table.OddEven tr:nth-child(2n+1), .MLThread { + table.OddEven tr:nth-child(2n+1), .MLThread, .CalMDate, .CalMName { background-color: #181818 !important; } .logo, .logobl { @@ -157,7 +157,7 @@ border-color: #181818 !important; } - BLOCKQUOTE.bq, SPAN, div:not(.AnnLine) > span, .BigQuote, .QuotedText, Q { + BLOCKQUOTE.bq, .BigQuote, .QuotedText, Q { color: pink !important; background-color: black !important; /* https://lwn.net/Articles/897045/ */ |
