mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Fix light color filled primary button text legibility
This commit is contained in:
parent
a0622675fd
commit
a1c9ab237f
@ -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 {
|
.btn-dark {
|
||||||
--bs-btn-color: $text-color-dark-bg;
|
--bs-btn-color: $text-color-dark-bg;
|
||||||
--bs-btn-bg: var(--pngx-bg-alt);
|
--bs-btn-bg: var(--pngx-bg-alt);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user