add success color to check on badges

This commit is contained in:
Jeff Atwood 2016-03-25 14:03:00 -07:00
parent d493702a90
commit b4d3973aa1
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@
}
.check-display.status-checked {
background-color: dark-light-diff($primary, $secondary, 40%, -60%);
background-color: $success;
}
.check-display.status-unchecked {