Merge pull request #26591 from mellooor/master
fix #26209 - email link color clash
This commit is contained in:
commit
525025b866
|
@ -164,7 +164,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.link {
|
.link {
|
||||||
color: <?php echo esc_attr( $base ); ?>;
|
color: <?php echo esc_attr( $link_color ); ?>;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header_wrapper {
|
#header_wrapper {
|
||||||
|
|
Loading…
Reference in New Issue