Fix: doc links and more illegible in light mode (#6643)

This commit is contained in:
shamoon
2024-05-08 21:01:01 -07:00
committed by GitHub
parent 48092d47c5
commit e1f5edc0a1
3 changed files with 6 additions and 2 deletions

View File

@@ -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);
}