improves color contrast

This commit is contained in:
decabeza
2017-05-24 13:03:34 +02:00
parent 28e17b870c
commit d5d5402ece
2 changed files with 2 additions and 2 deletions

View File

@@ -257,6 +257,7 @@ a {
}
.close-button {
color: $text;
top: $line-height/2;
}

View File

@@ -257,7 +257,7 @@ $epigraph-line-height: rem-calc(22);
.debate-type {
text-transform: uppercase;
color: #178DCC;
color: $brand;
font-weight: 700;
font-size: $small-font-size;
@@ -308,7 +308,6 @@ $epigraph-line-height: rem-calc(22);
.quiz-header-title {
margin-bottom: 0;
text-transform: uppercase;
color: #979B9F;
font-weight: 700;
font-size: $small-font-size;
}