fixed color contrast serious a11y violation (#19434)
This commit is contained in:
parent
1fc33d76b8
commit
639d931251
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ div.pf-c-chip-group.kc-consents-chip-group
|
|||
|
||||
.kc-search-users-text {
|
||||
margin-left: var(--pf-global--spacer--md);
|
||||
color: var(--pf-global--Color--200);
|
||||
color: var(--pf-global--Color--300);
|
||||
}
|
||||
|
||||
article.pf-c-card.pf-m-flat.kc-linked-idps,
|
||||
|
|
Loading…
Reference in a new issue