Fix link colours
This commit is contained in:
parent
9b7b2ebf6e
commit
0d18cbb935
@ -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);
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user