Tweak the colors for failed runs

This commit is contained in:
Dag-Erling Smørgrav 2003-10-11 09:44:18 +00:00
parent cd4c9b964f
commit adc0836e72
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121002

View File

@ -44,12 +44,12 @@ A:active {
.fail {
background-color: white;
color: #700;
color: #f00;
}
.fail-stale {
background-color: white;
color: #977;
color: #f99;
}
TD, TH {