Ensure links inherit custom text color.

This commit is contained in:
Kjell Reigstad 2020-05-15 12:19:40 -04:00
parent 6ada3541db
commit fe089ab4be

View file

@ -112,8 +112,8 @@ a {
color: #6a6c6e; color: #6a6c6e;
} }
.has-background a, .has-background.not(.has-text-color) a,
.has-background-dim a { .has-background-dim.not(.has-text-color) a {
color: #ffffff; color: #ffffff;
} }