diff options
author | des <des@FreeBSD.org> | 2003-10-11 09:44:18 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2003-10-11 09:44:18 +0000 |
commit | 809a30b985e5c0e503f36e08210d13018b3fb682 (patch) | |
tree | 468c3721898a5f7f647ff278858f04a04303b191 /tools | |
parent | 272ffb18d4a6f928474e9c2254cc51852e9dc1f7 (diff) | |
download | FreeBSD-src-809a30b985e5c0e503f36e08210d13018b3fb682.zip FreeBSD-src-809a30b985e5c0e503f36e08210d13018b3fb682.tar.gz |
Tweak the colors for failed runs
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tools/tinderbox/www/tb.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tools/tinderbox/www/tb.css b/tools/tools/tinderbox/www/tb.css index 97914ed..f2de8e9 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 { |