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 f6120d0..a092703 100644 --- 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; |
