فهرست منبع

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