Skip to content

freedesktop.org man pages by iliazeus

Screenshot of freedesktop.org man pages

Details

Authoriliazeus

LicenseCC Zero

Categoryfreedeesktop

Created

Updated

Size473 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

limits width, centers, increases font sizee

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;
    }
}

Reviews

No reviews yet.