improves colors contrast

This commit is contained in:
Alberto Garcia Cabeza
2017-03-10 12:55:56 +01:00
parent dcb0e03cf4
commit f3da84bc20
2 changed files with 4 additions and 3 deletions

View File

@@ -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 {

View File

@@ -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 {