Enhancement: improve text contrast for selected documents in list view dark mode (#7712)

This commit is contained in:
shamoon
2024-09-15 11:40:59 -07:00
committed by GitHub
parent 86a540e68e
commit 36df6fd3e5

View File

@@ -233,6 +233,12 @@ $form-check-radio-checked-bg-image-dark: url("data:image/svg+xml,<svg xmlns='htt
}
}
.table-row-selected {
td, a {
color: var(--pngx-primary-text-contrast) !important;
}
}
.card .table {
border-color: var(--bs-gray-800);
}