mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-21 22:16:44 +01:00
Fix: doc links and more illegible in light mode (#6643)
This commit is contained in:
parent
48092d47c5
commit
e1f5edc0a1
3 changed files with 6 additions and 2 deletions
|
|
@ -174,6 +174,10 @@ $form-check-radio-checked-bg-image-dark: url("data:image/svg+xml,<svg xmlns='htt
|
|||
border-color: rgba(0,0,0,0) !important;
|
||||
}
|
||||
|
||||
.badge.bg-body {
|
||||
background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
|
||||
}
|
||||
|
||||
.document-card .card-body.bg-light {
|
||||
background-color: var(--bs-body-bg);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue