From 80661c3704d184aaca193996ce4f0dec5d6c5e52 Mon Sep 17 00:00:00 2001 From: Andrew Gioia Date: Mon, 25 Apr 2022 17:01:04 -0400 Subject: [PATCH] Font sizes for HN post page --- Userstyles/Hacker News Dark.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Userstyles/Hacker News Dark.css b/Userstyles/Hacker News Dark.css index f7e6950..03835d0 100644 --- a/Userstyles/Hacker News Dark.css +++ b/Userstyles/Hacker News Dark.css @@ -71,16 +71,16 @@ a:visited { /* font size and white space improvements */ -table.fatitem td, td.title { font-size: 16px; } -table.fatitem td { - line-height: 22px; +table.fatitem td.title { + font-size: 20px; } table.fatitem td.subtext { + font-size: 14px; padding-bottom: 10px; }