From adc0836e72eeaef579fa8788344b4768ee75e7ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Sat, 11 Oct 2003 09:44:18 +0000 Subject: [PATCH] Tweak the colors for failed runs --- tools/tools/tinderbox/www/tb.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/tools/tinderbox/www/tb.css b/tools/tools/tinderbox/www/tb.css index 97914edf077..f2de8e939f1 100644 --- a/tools/tools/tinderbox/www/tb.css +++ b/tools/tools/tinderbox/www/tb.css @@ -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 {