diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/firefox/userContent.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/firefox/userContent.css b/.config/firefox/userContent.css index d9a4017..baa983f 100644 --- 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; } |
