mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 16:25:33 +01:00
Fix light color filled primary button text legibility
This commit is contained in:
parent
a0622675fd
commit
a1c9ab237f
1 changed files with 6 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue