Make badge colors consistent with button color

This commit is contained in:
Toby Zerner 2015-08-03 11:59:57 +09:30
parent 6ec79d133a
commit e07ef5fc02

View File

@ -1,6 +1,6 @@
.Badge--following {
background: #fc0;
color: #c17500;
background: #ffea7b;
color: #de8e00;
}
.Badge--ignoring {
background: #aaa;