From 09414e611b53b27802398716c4412662f7c08133 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Thu, 19 Aug 2021 13:45:22 -0600 Subject: [PATCH] Brighten yellow for pending --- src/spectator/formatting/html/head.ecr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/spectator/formatting/html/head.ecr b/src/spectator/formatting/html/head.ecr index a311aaa..f34fe42 100644 --- a/src/spectator/formatting/html/head.ecr +++ b/src/spectator/formatting/html/head.ecr @@ -34,7 +34,7 @@ body { } #summary.pending, #pending-list, #example-list li.example.pending { - border-left: #aaaa00 solid 0.5em; + border-left: #eeee00 solid 0.5em; } .totals { @@ -54,7 +54,7 @@ body { } .result.pending { - color: #aaaa00; + color: #666666; } span {