From dcdaa8d338ed10c0d9ef64eb02bf1e854fc64c16 Mon Sep 17 00:00:00 2001 From: Maciej Pienczyn Date: Tue, 14 Apr 2026 14:04:38 +0200 Subject: [PATCH] fix(emails): solid background fallback for CTA buttons (Outlook fix) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Forum reply, @mention and classifieds notification emails used `background: linear-gradient(...)` for the primary CTA button. Outlook desktop strips background-image gradients, leaving the white-on-white text effectively invisible. Added background-color as the first declaration so Outlook keeps a solid dark-blue button while modern clients still render the gradient. Reported by Maciej Koenig: forum reply email appeared to lack the 'Zobacz odpowiedź' link. Co-Authored-By: Claude Opus 4.6 (1M context) --- utils/notifications.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/notifications.py b/utils/notifications.py index 9bfb5db..3d5cf9b 100644 --- a/utils/notifications.py +++ b/utils/notifications.py @@ -314,7 +314,7 @@ Norda Biznes Partner - https://nordabiznes.pl
- Zobacz odpowiedź → + Zobacz odpowiedź →
Przestań obserwować ten wątek @@ -426,7 +426,7 @@ Norda Biznes Partner - https://nordabiznes.pl
- Zobacz pytanie i odpowiedz → + Zobacz pytanie i odpowiedz →
''' @@ -488,7 +488,7 @@ Norda Biznes Partner - https://nordabiznes.pl
- Zobacz odpowiedź → + Zobacz odpowiedź →
''' @@ -661,7 +661,7 @@ Norda Biznes Partner - https://nordabiznes.pl
- Zobacz na forum → + Zobacz na forum →
''' body_html = _email_v3_wrap('Wspomniano o Tobie', 'Norda Biznes Partner', html_content)