fix #26209 - email link color clash
This commit is contained in:
parent
1d216d3a98
commit
a581daf3dc
|
@ -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