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:
+1
-1
@@ -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)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user