Use base text color for links in emails

This commit is contained in:
Mike Jolley 2017-10-12 12:27:15 +01:00
parent 43f1938629
commit 819951815e
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ h3 {
}
a {
color: <?php echo esc_attr( $base ); ?>;
color: <?php echo esc_attr( $base_text ); ?>;
font-weight: normal;
text-decoration: underline;
}