Skip to content

danluu.com - narrower body width by myfonj

Details

Authormyfonj

LicenseCC0

Categorydanluu

Created

Updated

Code size344 B

Code checksum456bcc65

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Sets line length to be approximate 60 characters.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           danluu.com - narrower body width
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Sets line length to be approximately 60 characters.
@author         myf
@license        CC0
==/UserStyle== */
@-moz-document domain("danluu.com") {
 body {
  max-width: 60ch;
  margin: auto;
 }
}

Reviews

No reviews yet.