Merge pull request #1574 from consul/accesibility-colors

Accesibility colors
This commit is contained in:
Raimond Garcia
2017-05-29 14:21:28 +02:00
committed by GitHub

View File

@@ -257,6 +257,7 @@ a {
}
.close-button {
color: $text;
top: $line-height/2;
}
@@ -1140,10 +1141,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;
}