fixing category selector background color (to match button bg)

This commit is contained in:
awesomerobot 2015-06-23 22:08:12 -04:00
parent 884c8a35a6
commit 46fccada69
1 changed files with 2 additions and 2 deletions

View File

@ -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 {