Skip to content

Hacker News { font-size: 18px; } by bnoctis

Details

Authorbnoctis

LicenseNo License

Categoryhackernews

Created

Updated

Size362 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Make the Hacker News website actually readable without hurting eyes.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Hacker News { font-size: 18px; }
@version      20220729.07.48
@namespace    userstyles.world/user/bnoctis
@description  Make the Hacker News website actually readable without hurting eyes.
@author       bnoctis
@license      No License
==/UserStyle== */

@-moz-document domain("news.ycombinator.com") {
* {
    font-size: 18px;
}
}

Reviews

No reviews yet.