When running tests, improve contrast when diffing strings

This commit is contained in:
Avital Oliver
2014-02-24 22:22:28 -08:00
parent 4b14c59f63
commit faf717fcf8

View File

@@ -141,7 +141,7 @@ body {
text-decoration: none;
}
.string_equal_expected ins {
background: #fe0;
background: #ed0;
}
.string_equal_actual ins {
color: #d00;