Fixed guild badge color text (#10537)

This commit is contained in:
Keith Holliday 2018-07-21 08:09:16 -05:00 committed by GitHub
parent 71636cd25e
commit 0fc66bef4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,10 +76,18 @@ router-link.card-link(:to="{ name: 'guild', params: { groupId: guild._id } }")
.gold {
color: #fdbb5a;
.member-count {
color: #fdbb5a;
}
}
.silver {
color: #c2c2c2;
.member-count {
color: #c2c2c2;
}
}
.badge-column {