commit c648cab23ae7f02961b8ca1bcbb362dcebaa5110
parent b42a68478d0705933836365a51138bfa333d3ff5
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date: Sat, 17 Jan 2026 11:27:09 +0100
Make Debian wiki more readable
Use 60em instead of the usual 40em, otherwise tables like those in
<https://wiki.debian.org/FileSystem> become less readable.
Promptly turn away from further rabbit holes like
* use 40em, but allow tables to overflow,
* switch to a dark theme: are there user preferences? Are they gated
behind a user account? Is "(Use FirstnameLastname)" a requirement or
a suggestion?
Diffstat:
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/.config/firefox/userContent.css b/.config/firefox/userContent.css
@@ -162,3 +162,10 @@
float: unset !important;
}
}
+
+@-moz-document domain(wiki.debian.org) {
+ body {
+ margin: auto !important;
+ max-width: 60em;
+ }
+}