Minimal modify to make "Hacker News" more readable.
Readable Hacker News by nanozuki
Details
Authornanozuki
LicenseNo License
Categoryuserstyles, hackernews, ycombinator
Created
Updated
Size462 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 Readable Hacker News
@version 20220419.03.06
@namespace userstyles.world/user/nanozuki
@description Minimal modify to make "Hacker News" more readable.
@author nanozuki
@license No License
==/UserStyle== */
@-moz-document domain("news.ycombinator.com") {
table#hnmain {
max-width: 60rem;
}
div.comment {
max-width: 40rem;
font-size: 0.875rem;
}
.title {
font-size: 1rem;
}
}