improves colors contrast
This commit is contained in:
@@ -1104,11 +1104,12 @@ img.avatar, img.admin-avatar, img.moderator-avatar, img.initialjs-avatar {
|
|||||||
// --------------------
|
// --------------------
|
||||||
|
|
||||||
[class^="level-"] {
|
[class^="level-"] {
|
||||||
color: white;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-author {
|
.is-author {
|
||||||
background: #008CCF;
|
background: #00A5F1;
|
||||||
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-association {
|
.is-association {
|
||||||
|
|||||||
@@ -455,7 +455,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.bullet {
|
.bullet {
|
||||||
color: $border;
|
color: $text;
|
||||||
}
|
}
|
||||||
|
|
||||||
.investment-project-show p, .budget-investment-show p {
|
.investment-project-show p, .budget-investment-show p {
|
||||||
|
|||||||
Reference in New Issue
Block a user