dotfiles

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

commit 2c4ca8908b6a737dd18c35057e096ce109a21911
parent 89fa73ae2ab55eb9513a623fcf086115c398eec6
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sun, 23 Oct 2022 15:58:12 +0200

Simplify/expand some LWN CSS rules

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

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