Merge pull request #3564 from awesomerobot/master

fixing category selector background color (to match button bg)
This commit is contained in:
Jeff Atwood 2015-06-23 19:13:10 -07:00
commit e0ac3529d1

View File

@ -171,12 +171,12 @@
} }
li.bar>.badge-category { 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; color: $primary !important;
} }
li.bullet>.badge-category { 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; color: $primary !important;
.badge-category-bg { .badge-category-bg {