Use base text color for links in emails
This commit is contained in:
parent
43f1938629
commit
819951815e
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue