Skip to content

Readable RFC by ayushnix

Imported and mirrored from https://raw.githubusercontent.com/ayushnix/userstyles/master/readable-rfc.user.css

Screenshot of Readable RFC

Details

Authorayushnix

LicenseISC

Categoryhttps://datatracker.ietf.org/doc/html/rfc

Created

Updated

Size613 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

center alignment of RFC pages and making them more readable

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Readable RFC
@description    center alignment of RFC pages and making them more readable
@namespace      https://github.com/ayushnix
@author         ayushnix (https://github.com/ayushnix)
@version        1.0.0
@license        ISC
@homepageURL    https://github.com/ayushnix/userstyles
@supportURL     https://github.com/ayushnix/userstyles/issues
==/UserStyle== */
@-moz-document url-prefix("https://datatracker.ietf.org/doc/html/rfc")
{
  html {
    max-width: 70ch;
    padding: 1em 1em;
    margin: auto;
    line-height: 1.75;
    font-size: 1.25em;
  }
}

Reviews

No reviews yet.