Increase line-spacing.
Audit - 3 - Line-spacing by FACILiti
Details
AuthorFACILiti
LicenseNo License
Category.
Created
Updated
Size262 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 Audit - 3 - Line spacing
@version 1.0.0
@description Increase line spacing
@namespace ?
==/UserStyle== */
html:not([stylus-iframe]) body,
html:not([stylus-iframe]) body * {
line-height: 6 !important;
}