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
// --------------------
[class^="level-"] {
color: black;
}
.level-1, .level-2, .level-3,
.level-4, .level-5,
.is-author, .is-association {
color: black;
}