More color blind friendly CSS from @dleppik

Updating the passing and failing colors in HTML reporter to
help red/green color blind users using the colors suggested by @dleppik

Console reporter still likely needs similar changes but there's less
options there

[#463, #509, finishes #60613086]
This commit is contained in:
Sheel Choksi
2014-02-16 14:50:03 -08:00
parent a937d8d74f
commit a8cbef3123
2 changed files with 10 additions and 13 deletions

View File

@@ -9,11 +9,8 @@ $text-color: #333;
$page-background-color: #eee;
$light-passing-color: #a6b779;
$passing-color: #5e7d00;
$light-failing-color: #cf867e;
$failing-color: #b03911;
$passing-color: #007069;
$failing-color: #ca3a11;
$pending-color: #ba9d37;
$neutral-color: #bababa;
@@ -159,7 +156,7 @@ body {
}
&.passed {
background-color: $light-passing-color;
background-color: $passing-color;
}
&.skipped {