Merge pull request #26591 from mellooor/master

fix #26209 - email link color clash
This commit is contained in:
Claudio Sanches 2020-07-01 14:27:18 -03:00 committed by GitHub
commit 525025b866
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 {