Update custom.css

This commit is contained in:
twoleftankles 2024-10-31 02:00:23 -04:00 committed by GitHub
parent 4de3e77002
commit d3c0660e41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -187,13 +187,18 @@
/*Email or username input, this also applies to other fields in Authentik */
.pf-c-form-control,
/* Email input */
.pf-c-form-control {
opacity: 0.785;
border-radius: 20px 20px 20px 20px;
border: 2px solid #3a3a40 !important;
}
/* Password input */
.pf-c-input-group {
opacity: 0.785;
border-radius: 20px 20px 20px 20px;
border: 2px solid #3a3a40;
}
.pf-c-title {
color: var(--ak-dark-foreground);
}