Skip to content

Readable Text by Dietr1ch-1624

Details

AuthorDietr1ch-1624

LicenseBeerware

Category*

Created

Updated

Size281 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Justify text and avoid columns that are too wide.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Readable Text
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Justify text in reasonably wide columns.
@author         Dietrich Daroch
==/UserStyle== */
p,
li {
	max-width: 60em;
	text-align: justify;
}

Reviews

No reviews yet.