Browse Source

Merge pull request #3189 from Automattic/fix/mayland-social-links-custom-color

Mayland: fix social links when custom colors are applied
Jeff Ong 4 năm trước cách đây
mục cha
commit
ffcc9d4655
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      mayland/inc/wpcom-colors.php

+ 1 - 1
mayland/inc/wpcom-colors.php

@@ -145,7 +145,7 @@ add_color_rule( 'link', '#000000', array(
 			.wp-block-newspack-blocks-homepage-articles article .entry-title a:active,
 			.wp-block-newspack-blocks-homepage-articles article .entry-title a:focus,
 			.wp-block-newspack-blocks-homepage-articles article .entry-title a:hover,
-			a:not(.has-text-color),
+			a,
 			.a8c-posts-list__item .a8c-posts-list-item__meta,
 			.entry-footer,
 			.entry-meta,