diff options
| -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/ */ |
