limits width, centers, increases font sizee
freedesktop.org man pages by iliazeus

Details
Authoriliazeus
LicenseCC Zero
Categoryfreedeesktop
Created
Updated
Size473 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name freedesktop.org man pages
@namespace github.com/openstyles/stylus
@version 1.0.0
@description limits width, centers, increases font sizee
@author Ilia Pozdnyakov <iliazeus@proton.me>
==/UserStyle== */
@-moz-document url-prefix("https://www.freedesktop.org/software/systemd/man/") {
html > body {
max-width: 900px;
margin-left: auto;
margin-right: auto;
font-size: larger;
}
}