Improves readability of Ten, Nine, and Juice's dialogue in SBNation's 20020
20020 - Satellite readability by november
Details
Authornovember
LicenseCC-0
Categorywww.sbnation.com
Created
Updated
Size561 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 20020 - Satellite readability
@description Improves readability of Ten, Nine, and Juice's dialogue in SBNation's 20020
@version 1.0
@namespace https://greasyfork.org/users/3759
@downloadURL https://update.greasyfork.org/scripts/412532/20020%20-%20Satellite%20readability.user.css
==/UserStyle== */
@-moz-document url-prefix("https://www.sbnation.com/secret-base/21410129/20020/") {
.ten, .juice, .nine {
line-height: 130%;
}
.ten span, .juice span, .nine span {
padding: 0.1em 0.3em;
display: block;
}
}