dotfiles

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

commit 42c21026e4de5b3673626fec28572117eac5da5c
parent d51fdf1a26d596948603ff39a5411d39cf4d6921
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Wed, 28 Sep 2022 07:28:48 +0200

Lump Sourceware list archives with others

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

diff --git a/.config/firefox/userContent.css b/.config/firefox/userContent.css @@ -84,7 +84,8 @@ } @-moz-document domain(lists.debian.org), domain(lists.freedesktop.org), - domain(lists.gnu.org) { + domain(lists.gnu.org), + regexp("https://sourceware.org/pipermail/.*") { body { margin: auto !important; max-width: fit-content;