Skip to content

Commit

Permalink
Fixup right/left colorization
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRega committed Oct 5, 2023
1 parent b57849c commit 3fcfcac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/report/template.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3fcfcac

Please sign in to comment.