diff options
| -rw-r--r-- | .config/firefox/userContent.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.config/firefox/userContent.css b/.config/firefox/userContent.css index fd9ef75..1ce8212 100644 --- a/.config/firefox/userContent.css +++ b/.config/firefox/userContent.css @@ -76,6 +76,13 @@ } } +@-moz-document domain(lists.debian.org) { + pre { + margin: auto !important; + max-width: fit-content; + } +} + @-moz-document domain(list.orgmode.org), domain(lore.kernel.org) { body { margin: auto; @@ -165,6 +172,13 @@ } } +@-moz-document domain(mjg59.dreamwidth.org) { + .column-right #content { + max-width: 45em; + margin: auto; + } +} + @-moz-document domain(pubs.opengroup.org) { body { max-width: 40em; |
