From b603dbfe6f105071a1a64e5d350ff7947b3b176c Mon Sep 17 00:00:00 2001 From: sipayrt Date: Tue, 12 Sep 2023 10:09:53 +0300 Subject: [PATCH] fix(css): change color for failed tests --- lib/static/variables.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/static/variables.css b/lib/static/variables.css index 196d4ecf5..720da6ce6 100644 --- a/lib/static/variables.css +++ b/lib/static/variables.css @@ -1,5 +1,5 @@ :root { - --report-color-fail: rgba(255, 4, 0, 0.9); + --report-color-fail: #d00; --report-color-skip: #8c8c8c; --report-color-success: #169737; }