diff --git a/app/assets/stylesheets/common/components/badges.css.scss b/app/assets/stylesheets/common/components/badges.css.scss index 55d7b6f8d88..6bc128db4ac 100644 --- a/app/assets/stylesheets/common/components/badges.css.scss +++ b/app/assets/stylesheets/common/components/badges.css.scss @@ -171,12 +171,12 @@ } li.bar>.badge-category { - background: dark-light-diff($primary, $secondary, 95%, -65%) !important; + background: dark-light-diff($primary, $secondary, 90%, -65%) !important; color: $primary !important; } li.bullet>.badge-category { - background: dark-light-diff($primary, $secondary, 95%, -65%) !important; + background: dark-light-diff($primary, $secondary, 90%, -65%) !important; color: $primary !important; .badge-category-bg {