diff --git a/netbox/project-static/dist/netbox-dark.css b/netbox/project-static/dist/netbox-dark.css index 7104afe1c..96b207171 100644 Binary files a/netbox/project-static/dist/netbox-dark.css and b/netbox/project-static/dist/netbox-dark.css differ diff --git a/netbox/project-static/dist/netbox-light.css b/netbox/project-static/dist/netbox-light.css index c9b3b9453..8308861bd 100644 Binary files a/netbox/project-static/dist/netbox-light.css and b/netbox/project-static/dist/netbox-light.css differ diff --git a/netbox/project-static/dist/netbox-print.css b/netbox/project-static/dist/netbox-print.css index b8157e2e3..8d5faa8a8 100644 Binary files a/netbox/project-static/dist/netbox-print.css and b/netbox/project-static/dist/netbox-print.css differ diff --git a/netbox/project-static/styles/netbox.scss b/netbox/project-static/styles/netbox.scss index e7b67a3e4..87a277639 100644 --- a/netbox/project-static/styles/netbox.scss +++ b/netbox/project-static/styles/netbox.scss @@ -73,16 +73,6 @@ color: color-contrast($value); } } - - // Use proper foreground color in the alert body. Note: this is applied to p, & small because - // we *don't* want to override the h1-h6 colors for alerts, since those are set to a color - // similar to the alert color. - .alert.alert-#{$color} { - p, - small { - color: color-contrast($value); - } - } } // Ensure progress bars (utilization graph) in tables aren't too narrow to display the percentage.