dotfiles

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

commit b1f7987bcf03e0dfea1780b624d0200e689ee563
parent 6a44a59e54420fae482fad440bc63248aed7cb99
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Fri, 25 Feb 2022 07:57:56 +0100

Make POSIX standards easier to read

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

diff --git a/.config/firefox/userContent.css b/.config/firefox/userContent.css @@ -137,3 +137,10 @@ left: auto !important; } } + +@-moz-document domain(pubs.opengroup.org) { + body { + max-width: 40em; + margin: auto !important; + } +}