diff --git a/netbox/project-static/dist/netbox.css b/netbox/project-static/dist/netbox.css index 14bd6ac58..24ebd7b7a 100644 Binary files a/netbox/project-static/dist/netbox.css and b/netbox/project-static/dist/netbox.css differ diff --git a/netbox/project-static/styles/transitional/_tables.scss b/netbox/project-static/styles/transitional/_tables.scss index 55913d34d..4094631ca 100644 --- a/netbox/project-static/styles/transitional/_tables.scss +++ b/netbox/project-static/styles/transitional/_tables.scss @@ -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; + 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); - } - } - }