diff options
Diffstat (limited to '.config/firefox')
| -rw-r--r-- | .config/firefox/userContent.css | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/.config/firefox/userContent.css b/.config/firefox/userContent.css index baa983f..b278057 100644 --- a/.config/firefox/userContent.css +++ b/.config/firefox/userContent.css @@ -104,67 +104,6 @@ } @-moz-document regexp("https://lwn.net/.*") { - /* Colors. */ - - body { - color: white !important; - background-color: black !important; - } - - select { - color: black !important; - } - - .AnnLine > span, table.OddEven tr:nth-child(2n), table.OddEven th { - background-color: black !important; - } - #menu, .navmenu ul, .topnav-container, .CommHdr, .Form, .FeatureByline, - .GAByline, .tlr, .tlrw, .IndexEntries, .AnnLine:nth-child(2n) > span, - .Even, .FilteredComment, table.OddEven tr:nth-child(2n+1), .MLThread, - .CalMDate, .CalMName { - background-color: #181818 !important; - } - .logo, .logobl { - color: #090 !important; - } - - .Subscription { - color: #0c0 !important; - } - - a { - color: deepskyblue !important; - } - a:hover { - background-color: #181818 !important; - } - - .Headline, .Cat1HL, .Cat2HL, .Cat3HL, .CommentTitle { - background-color: #310 !important; - color: white !important; - } - .CommentBox { - border-color: #310 !important; - } - .OldCommentBox > summary > .CommentTitle { - background-color: #181818 !important; - } - .OldCommentBox { - border-color: #181818 !important; - } - - BLOCKQUOTE.bq, .BigQuote, .QuotedText, Q { - color: pink !important; - background-color: unset !important; - /* https://lwn.net/Articles/897045/ */ - /* https://lwn.net/Articles/926649/ */ - } - - .AnnLine span, .PageHeadline h1 { - color: white !important; - } - - /* Layout. */ .maincolumn { max-width: 60em; margin: auto; |
