Ensure links inherit custom text color.
This commit is contained in:
parent
6ada3541db
commit
fe089ab4be
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue