diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2025-11-07 19:18:56 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2025-11-07 19:21:15 +0100 |
| commit | 0faee6dfc5882f54a60b959c8b28929b1c171c60 (patch) | |
| tree | d7f1c4a28eb0cd5b41e2aaa286988d2bf06570ca /.config | |
| parent | 24893b2e94c87e6927dceb37f7c738c6cb112377 (diff) | |
| download | dotfiles-0faee6dfc5882f54a60b959c8b28929b1c171c60.tar.xz | |
Drop custom LWN style
The initial dark mode had rough edges, but it's Fine™ now.
Diffstat (limited to '.config')
| -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; |
