Skip to content

Commit

Permalink
Fix text when in dark modal for Welcome Dashboard modal.
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-unwin committed Sep 8, 2024
1 parent 0ead9aa commit 468bf23
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions public/css/open-audit.css
Original file line number Diff line number Diff line change
Expand Up @@ -645,6 +645,13 @@ table.dataTable > thead .sorting_desc_disabled::after
.card-body {
color: white;
}
.modal-body {
color: white;
}
.form-control {
color: var(--bs-secondary-color);
opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
opacity: 1;
background-color: #333;
Expand Down

0 comments on commit 468bf23

Please sign in to comment.