diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2022-01-24 19:28:34 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2022-01-24 19:31:34 +0100 |
| commit | ab5b002ca4acbb0352518bd172a742644339df06 (patch) | |
| tree | 52ad76a69ee90d714351958cd919373ee7bccd8e | |
| parent | e6077968c98a4d7f9d1c87a1f4a8ec2715fbc403 (diff) | |
| download | dotfiles-ab5b002ca4acbb0352518bd172a742644339df06.tar.xz | |
Tweak LWN style
Darker backgrounds; also try to catch all those weird instances where
the background is reset to white.
| -rw-r--r-- | .config/firefox/userContent.css | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/.config/firefox/userContent.css b/.config/firefox/userContent.css index b620153..33b4e6c 100644 --- a/.config/firefox/userContent.css +++ b/.config/firefox/userContent.css @@ -36,10 +36,10 @@ .AnnLine > span, table.OddEven tr:nth-child(2n), table.OddEven th { background-color: black !important; } - #menu, .navmenu ul, .topnav-container, .Form, .FeatureByline, .IndexEntries, - .AnnLine:nth-child(2n) > span, .Even, table.OddEven tr:nth-child(2n+1), - .MLThread { - background-color: #222 !important; + #menu, .navmenu ul, .topnav-container, .Form, .FeatureByline, .GAByline, + .IndexEntries, .AnnLine:nth-child(2n) > span, .Even, + table.OddEven tr:nth-child(2n+1), .MLThread { + background-color: #181818 !important; } .logo, .logobl { color: #090 !important; @@ -53,23 +53,23 @@ color: deepskyblue !important; } a:hover { - background-color: #222 !important; + background-color: #181818 !important; } .Headline, .Cat2HL, .Cat3HL, .CommentTitle { - background-color: #421 !important; + background-color: #310 !important; } .CommentBox { - border-color: #421 !important; + border-color: #310 !important; } .OldCommentBox .CommentTitle { - background-color: #222 !important; + background-color: #181818 !important; } .OldCommentBox { - border-color: #222 !important; + border-color: #181818 !important; } - BLOCKQUOTE.bq, p > span, div:not(.AnnLine) > span, .BigQuote { + BLOCKQUOTE.bq, SPAN, div:not(.AnnLine) > span, .BigQuote { color: pink !important; background-color: black !important; } |
