From 3fcfcac081037b470432a30ebc48540e3a3e6a9e Mon Sep 17 00:00:00 2001 From: Christopher Regali Date: Thu, 5 Oct 2023 23:09:42 +0200 Subject: [PATCH] Fixup right/left colorization --- src/report/template.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/report/template.rs b/src/report/template.rs index 73cddd0..cdd8225 100644 --- a/src/report/template.rs +++ b/src/report/template.rs @@ -715,10 +715,10 @@ pub const PLAIN_JSON_DETAIL_TEMPLATE: &str = r###" } .has_right { - color:red; + color:green; } .has_left { - color:green; + color:red; } #compare th {