dotfiles

🎜 Clone'em, tweak'em, stick'em in your $HOME 🎝
git clone https://git.kevinlegouguec.net/dotfiles
Log | Files | Refs | README

commit ab5b002ca4acbb0352518bd172a742644339df06
parent e6077968c98a4d7f9d1c87a1f4a8ec2715fbc403
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Mon, 24 Jan 2022 19:28:34 +0100

Tweak LWN style

Darker backgrounds; also try to catch all those weird instances where
the background is reset to white.

Diffstat:
M.config/firefox/userContent.css | 20++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)

diff --git 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; }