Merge pull request #3980 from paperless-ngx/fix/issue-3978

Fix: improve light color filled primary button text legibility
This commit is contained in:
shamoon 2023-08-11 20:03:46 -07:00 committed by GitHub
commit 0b4e8141b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,6 +87,12 @@ $form-check-radio-checked-bg-image-dark: url("data:image/svg+xml,<svg xmlns='htt
}
}
&.primary-light .btn-primary {
&:hover, &:focus, &.active, &:active {
color: var(--pngx-bg-darker) !important;
}
}
.btn-dark {
--bs-btn-color: $text-color-dark-bg;
--bs-btn-bg: var(--pngx-bg-alt);