web/elements: fix ak-expand not using correct font

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer
2023-02-05 00:58:30 +01:00
parent 66aabcc371
commit b9a2323c51
2 changed files with 14 additions and 3 deletions

View File

@ -237,6 +237,9 @@ html > form > input {
.pf-c-expandable-section__toggle-icon {
color: var(--ak-dark-foreground);
}
.pf-c-expandable-section.pf-m-display-lg {
background-color: var(--ak-dark-background-light-ish);
}
/* header for form group */
.pf-c-form__field-group-header-title-text {
color: var(--ak-dark-foreground);