fixes color contrast on officials levels labels

This commit is contained in:
decabeza
2017-05-29 13:19:28 +02:00
parent 7f703cdcb1
commit 9663582124

View File

@@ -1140,10 +1140,8 @@ img.avatar, img.admin-avatar, img.moderator-avatar, img.initialjs-avatar {
// 10. Officials levels // 10. Officials levels
// -------------------- // --------------------
[class^="level-"] { .level-1, .level-2, .level-3,
color: black; .level-4, .level-5,
}
.is-author, .is-association { .is-author, .is-association {
color: black; color: black;
} }