Merge pull request #1545 from consul/accesibility
accesibility: fixes color contrast
This commit is contained in:
@@ -68,6 +68,10 @@ a {
|
|||||||
&:hover {
|
&:hover {
|
||||||
text-decoration: none !important;
|
text-decoration: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.warning, &.warning:hover {
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.button.hollow {
|
.button.hollow {
|
||||||
@@ -1132,13 +1136,16 @@ img.avatar, img.admin-avatar, img.moderator-avatar, img.initialjs-avatar {
|
|||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-author {
|
.is-author, .is-association {
|
||||||
background: #00A5F1;
|
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.is-author {
|
||||||
|
background: #00A5F1;
|
||||||
|
}
|
||||||
|
|
||||||
.is-association {
|
.is-association {
|
||||||
background: #C0392B;
|
background: #E38D83;
|
||||||
}
|
}
|
||||||
|
|
||||||
.level-1 {
|
.level-1 {
|
||||||
|
|||||||
@@ -401,6 +401,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
|
color: #4C4C4C;
|
||||||
margin-top: rem-calc(12);
|
margin-top: rem-calc(12);
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
font-size: rem-calc(15);
|
font-size: rem-calc(15);
|
||||||
|
|||||||
Reference in New Issue
Block a user