Browse Source

Ensure links inherit custom text color.

Kjell Reigstad 5 năm trước cách đây
mục cha
commit
fe089ab4be
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      dyad-2/css/editor-blocks.css

+ 2 - 2
dyad-2/css/editor-blocks.css

@@ -112,8 +112,8 @@ a {
 	color: #6a6c6e;
 }
 
-.has-background a,
-.has-background-dim a {
+.has-background.not(.has-text-color) a,
+.has-background-dim.not(.has-text-color) a {
 	color: #ffffff;
 }