From 798f08b2569ad56d3d35947f906d0cbe0c51fc1b Mon Sep 17 00:00:00 2001 From: jay Date: Tue, 9 Jun 2026 17:15:31 -0400 Subject: [PATCH] Digest masthead: two-tone tight-tracked 'upbeat bytes' wordmark MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Per user — make the text masthead read as the brand: lowercase 'upbeat bytes' with a space but tight letter-spacing (-0.045em, not standard), in the logo's two colours (azure #0083ad + navy #002772). Closest email-safe echo of the logo short of a hosted PNG. Co-Authored-By: Claude Opus 4.8 (1M context) --- goodnews/digest.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/goodnews/digest.py b/goodnews/digest.py index bc14fb7..3d10779 100644 --- a/goodnews/digest.py +++ b/goodnews/digest.py @@ -104,8 +104,10 @@ def build_digest(items: list[dict], brief_date: str, unsub_url: str, base: str | html = ( '
' - '
upbeat bytes
' + # Two-tone lowercase wordmark echoing the logo (azure + navy), tight-tracked. + '
' + 'upbeat bytes
' '
Daily Highlights · {escape(weekday)}
' '

'