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) <noreply@anthropic.com>
This commit is contained in:
jay
2026-06-09 19:32:41 -04:00
parent c042b947a2
commit 71f140e8d0
+1 -1
View File
@@ -169,7 +169,7 @@ def build_digest(items: list[dict], brief_date: str, unsub_url: str, base: str |
followed_html = ""
if followed:
followed_html = (
'<div style="font-size:20px;font-weight:700;letter-spacing:-0.01em;color:#16263a;'
'<div style="font-size:20px;font-weight:700;letter-spacing:-0.01em;color:#0083ad;'
'margin:10px 0 18px">From what you follow</div>'
+ "".join(_item_html(it, base) for it in followed)
)