diff --git a/netbox/project-static/styles/overrides/_tabler.scss b/netbox/project-static/styles/overrides/_tabler.scss index bf7b3c220..5319651de 100644 --- a/netbox/project-static/styles/overrides/_tabler.scss +++ b/netbox/project-static/styles/overrides/_tabler.scss @@ -71,7 +71,7 @@ pre { body[data-bs-theme=dark] { // Change content color when primary teal changes with theme - .bg-primary, { + .bg-primary { .card-title,a,i { color: $rich-black!important; }