Enlarge font sizes on Lobsters
Embiggen Lobsters by jcs

Details
Authorjcs
LicenseNo License
Categorylobste.rs
Created
Updated
Code size1.1 kB
Code checksum393c1f3b
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name lobste.rs
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Embiggen Lobsters
@author jcs
==/UserStyle== */
@-moz-document domain("lobste.rs") {
div.comment_text {
/* font-size: 10.5pt; */
font-size: 11pt;
}
body, textarea, input, button {
/* font-size: 10pt; */
font-size: 11pt;
}
li .link a {
/* font-size: 11.5pt; */
font-size: 12pt;
}
li .byline {
/* font-size: 9.5pt; */
font-size: 10pt;
}
.thread_summary {
/* font-size: 9.5pt; */
font-size: 10pt;
}
div.markdown_help_label {
/* font-size: 9pt; */
font-size: 10pt;
}
a.tag {
/* font-size: 8pt; */
font-size: 9pt;
}
li .domain {
/* font-size: 9pt; */
font-size: 10pt;
}
li.story div.voters div.score {
/* font-size: 9.5pt; */
font-size: 10pt;
}
ol.stories li.story div.story_liner {
padding-bottom: 0;
}
}