소스 검색

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;
 }