fixes color contrast on officials labels

This commit is contained in:
decabeza
2017-05-16 18:21:42 +02:00
parent 41767b1e4b
commit 03972fdc3a

View File

@@ -1136,13 +1136,16 @@ img.avatar, img.admin-avatar, img.moderator-avatar, img.initialjs-avatar {
color: black;
}
.is-author {
background: #00A5F1;
.is-author, .is-association {
color: black;
}
.is-author {
background: #00A5F1;
}
.is-association {
background: #C0392B;
background: #E38D83;
}
.level-1 {