diff --git a/web/src/authentik.css b/web/src/authentik.css index 6d6715682..bf5b7649e 100644 --- a/web/src/authentik.css +++ b/web/src/authentik.css @@ -204,6 +204,9 @@ body { .pf-c-form__field-group-header-title-text { color: var(--ak-dark-foreground); } + .pf-c-form__field-group { + border-bottom: 0; + } /* inputs */ optgroup, option { color: var(--ak-dark-foreground);