Fix link colours

This commit is contained in:
Corban-Lee Jones 2024-04-26 01:13:09 +01:00
parent 9b7b2ebf6e
commit 0d18cbb935

View File

@ -39,4 +39,8 @@
#subTable tbody tr.selected > * {
box-shadow: inset 0 0 0 9999px rgba(var(--bs-secondary-bg-rgb), 0.9);
color: var(--bs-body-color);
}
table.dataTable > tbody > tr.selected a {
color: var(--bs-link-color);
}