dotfiles

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

commit 22e0f29bfa01b14780050f23612107d6f4350f76
parent cf6bf2d57418fc2a52f087a2210a6740c916fbf9
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sat,  4 Oct 2025 17:42:30 +0200

Adjust style of public-inbox websites

Test pages:

https://yhetil.org/emacs-bugs/
https://yhetil.org/emacs-bugs/87y1wm9kqh.fsf@gmail.com/t/

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 @@ -83,7 +83,8 @@ @-moz-document domain(inbox.sourceware.org), domain(list.orgmode.org), domain(lore.kernel.org), domain(yhetil.org) { - body { + + pre { margin: auto; max-width: 120ch; }