浏览代码

Ensure links inherit custom text color.

Kjell Reigstad 5 年之前
父节点
当前提交
fe089ab4be
共有 1 个文件被更改,包括 2 次插入2 次删除
  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;
 }