From c042b947a2e3ffe3befa956823e36fa7a2e5c10b Mon Sep 17 00:00:00 2001 From: jay Date: Tue, 9 Jun 2026 19:23:55 -0400 Subject: [PATCH] Digest: enlarge 'From what you follow' heading to a proper section size MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It was 11px uppercase — smaller than the 14px links, backwards for a heading. Now 20px bold ink, clearly a section header above its items. Co-Authored-By: Claude Opus 4.8 (1M context) --- goodnews/digest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/goodnews/digest.py b/goodnews/digest.py index fc3aca2..f58da04 100644 --- a/goodnews/digest.py +++ b/goodnews/digest.py @@ -169,8 +169,8 @@ def build_digest(items: list[dict], brief_date: str, unsub_url: str, base: str | followed_html = "" if followed: followed_html = ( - '
From what you follow
' + '
From what you follow
' + "".join(_item_html(it, base) for it in followed) ) html = (