Remove unused styles

This commit is contained in:
Jeremy Stretch 2024-08-01 21:05:00 -04:00
parent 784b7ec504
commit 9d7147f6e9
2 changed files with 3 additions and 13 deletions

Binary file not shown.

View File

@ -49,24 +49,14 @@ td pre {
margin-bottom: 0;
}
// Use base text color for table header links
table th.orderable a {
color: var(--#{$prefix}body-color);
}
body[data-bs-theme=dark] {
// Adjust table header background color
.table thead th, .markdown>table thead th {
background: $rich-black !important;
}
// Adjust dark table link color without affecting buttons and badges
table {
a:not(.btn,.badge a) {
color: $bright-teal;
}
// Stops table headers from appearing as primary link color
th.orderable a {
color: var(--#{$prefix}body-color);
}
}
}