Browse Source

Ensure links inherit custom text color.

Kjell Reigstad 5 years ago
parent
commit
fe089ab4be
1 changed files with 2 additions and 2 deletions
  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;
 }