@@ -193,7 +193,7 @@ a:hover {
color: #005177;
}
-.has-primary-background-color a {
+.has-primary-background-color a:not(.has-text-color) {
color: #FFFFFF;
@@ -685,7 +685,7 @@ a:hover {
@@ -27,7 +27,7 @@ a {
color: #{map-deep-get($config-global, "color", "primary", "hover")};
- .has-primary-background-color & {
+ .has-primary-background-color &:not(.has-text-color) {
color: #{map-deep-get($config-global, "color", "background", "default")};
@@ -89,7 +89,7 @@ a {