fix #26209 - email link color clash

This commit is contained in:
Alex 2020-05-23 14:07:09 +01:00
parent 1d216d3a98
commit a581daf3dc
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ body {
}
.link {
color: <?php echo esc_attr( $base ); ?>;
color: <?php echo esc_attr( $link_color ); ?>;
}
#header_wrapper {