style(templates): adjust color scheme in base email template for better visual appeal

This commit is contained in:
Davidson Gomes 2025-05-12 19:41:07 -03:00
parent fc61fb062e
commit 146c28ae27

View File

@ -28,7 +28,7 @@
text-align: center; text-align: center;
} }
.header h1 { .header h1 {
color: #2563eb; color: #155a2c;
font-size: 2rem; font-size: 2rem;
margin: 0; margin: 0;
letter-spacing: 1px; letter-spacing: 1px;
@ -37,7 +37,7 @@
padding: 32px 24px 24px 24px; padding: 32px 24px 24px 24px;
} }
.button { .button {
background: linear-gradient(90deg, #2563eb 0%, #60a5fa 100%); background: linear-gradient(90deg, #155a2c 0%, #1f7a3dff 100%);
color: #fff !important; color: #fff !important;
padding: 14px 0; padding: 14px 0;
border-radius: 6px; border-radius: 6px;
@ -62,7 +62,7 @@
padding: 20px 0 10px 0; padding: 20px 0 10px 0;
} }
.link { .link {
color: #2563eb; color: #155a2c;
text-decoration: underline; text-decoration: underline;
word-break: break-all; word-break: break-all;
} }