From 146c28ae2702b77048bcac01051cdd5d6ddfaa42 Mon Sep 17 00:00:00 2001 From: Davidson Gomes Date: Mon, 12 May 2025 19:41:07 -0300 Subject: [PATCH] style(templates): adjust color scheme in base email template for better visual appeal --- src/templates/emails/base_email.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/templates/emails/base_email.html b/src/templates/emails/base_email.html index b7d253bb..8f4512d4 100644 --- a/src/templates/emails/base_email.html +++ b/src/templates/emails/base_email.html @@ -28,7 +28,7 @@ text-align: center; } .header h1 { - color: #2563eb; + color: #155a2c; font-size: 2rem; margin: 0; letter-spacing: 1px; @@ -37,7 +37,7 @@ padding: 32px 24px 24px 24px; } .button { - background: linear-gradient(90deg, #2563eb 0%, #60a5fa 100%); + background: linear-gradient(90deg, #155a2c 0%, #1f7a3dff 100%); color: #fff !important; padding: 14px 0; border-radius: 6px; @@ -62,7 +62,7 @@ padding: 20px 0 10px 0; } .link { - color: #2563eb; + color: #155a2c; text-decoration: underline; word-break: break-all; }