dotfiles

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

commit 0d23edde94c528c65313af28eb3038f709d9e146
parent 1b89ef641f3987d2b5c6b74cb9ad3884720eb810
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sun, 13 Feb 2022 12:37:11 +0100

Add LWN class to custom CSS

https://lwn.net/Articles/884301/

Diffstat:
M.config/firefox/userContent.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.config/firefox/userContent.css b/.config/firefox/userContent.css @@ -37,7 +37,7 @@ background-color: black !important; } #menu, .navmenu ul, .topnav-container, .Form, .FeatureByline, .GAByline, - .IndexEntries, .AnnLine:nth-child(2n) > span, .Even, + .tlrw, .IndexEntries, .AnnLine:nth-child(2n) > span, .Even, table.OddEven tr:nth-child(2n+1), .MLThread { background-color: #181818 !important; }