diff --git a/app/Views/mail_template.php b/app/Views/mail_template.php index 12b4dac..22582cf 100644 --- a/app/Views/mail_template.php +++ b/app/Views/mail_template.php @@ -11,7 +11,7 @@ .mail-template-header { max-width: 500px; - background: #ffffff; + background-color: #ffffff !important; border-bottom: 1px solid #00999E; width: 100%; /* default: allow full width */ } @@ -19,6 +19,7 @@ /* On screens smaller than 600px → force 100% */ @media screen and (max-width: 600px) { .mail-template-header { + background-color: #ffffff !important; max-width: 100% !important; width: 100% !important; } @@ -26,7 +27,7 @@ .mail-template-footer { max-width: 500px; - background: #ffffff; + background-color: #ffffff !important; border-top: 1px solid #00999E; width: 100%; /* default: allow full width */ } @@ -34,6 +35,7 @@ /* On screens smaller than 600px → force 100% */ @media screen and (max-width: 600px) { .mail-template-footer { + background-color: #ffffff !important; max-width: 100% !important; width: 100% !important; } @@ -49,7 +51,7 @@
|