From 71f140e8d0269ebd348a0dab86145d59b550bbef Mon Sep 17 00:00:00 2001 From: jay Date: Tue, 9 Jun 2026 19:32:41 -0400 Subject: [PATCH] Digest: restore azure on the enlarged 'From what you follow' heading Keep the 20px bold size, bring back the brand blue (#0083ad) for differentiation. Co-Authored-By: Claude Opus 4.8 (1M context) --- goodnews/digest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goodnews/digest.py b/goodnews/digest.py index f58da04..fc28b38 100644 --- a/goodnews/digest.py +++ b/goodnews/digest.py @@ -169,7 +169,7 @@ def build_digest(items: list[dict], brief_date: str, unsub_url: str, base: str | followed_html = "" if followed: followed_html = ( - '
From what you follow
' + "".join(_item_html(it, base) for it in followed) )