Fixes for email designs and cross client compatibility

This commit is contained in:
David Bomba 2023-02-16 10:59:31 +11:00
parent f3fe723bfd
commit 78fadf49e3
3 changed files with 2 additions and 5 deletions

View File

@ -940,7 +940,6 @@ html {
';
$css .= 'font-size:'.$this->settings->font_size.'px;';
// $css .= 'font-size:14px;';
$css .= '}';

View File

@ -773,8 +773,6 @@ html {
';
$css .= 'font-size:'.$this->settings->font_size.'px;';
// $css .= 'font-size:14px;';
$css .= '}';
return $css;

View File

@ -117,8 +117,8 @@
color: inherit !important;
}
.new_button, {
background-color: {{ $primary_color }};
.new_button, a {
background-color: {{ $primary_color }} !important;
}
a:visited {