reinstate amendment to 16649

This commit is contained in:
Andrew Gormley 2024-07-04 16:53:17 +01:00
parent b2be59896a
commit cc3d937ea8
2 changed files with 4 additions and 0 deletions

Binary file not shown.

View File

@ -106,6 +106,10 @@ body[data-bs-theme=dark] {
.btn {
color: var(--#{$prefix}body-color);
}
// Stops table headers from appearing as primary link color
th.orderable a {
color: var(--#{$prefix}body-color);
}
}
// Adjusting text colors