From 2ce1d3783184ecc637d8e9be997a42e1c78a908e Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Thu, 25 Jul 2024 14:20:58 +0200 Subject: test/lib/perf_report: Fix highlight Signed-off-by: Stefano Brivio --- test/lib/perf_report | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lib/perf_report b/test/lib/perf_report index 4d79fa2..d1ef50b 100755 --- a/test/lib/perf_report +++ b/test/lib/perf_report @@ -56,7 +56,7 @@ table.pasta_local th { text-align: center; font-weight: bold; } table.pasta_local tr:not(:first-of-type) td:not(:first-of-type) { font-family: monospace; font-weight: bolder; } table.pasta_local tr:nth-child(3n+0) { background-color: #112315; } table.pasta_local tr:not(:nth-child(3n+0)) td { background-color: #101010; } -table.pasta_local td:nth-child(3n+2) { background-color: #603302; } +table.pasta_local td:nth-child(4n+2) { background-color: #603302; } table.pasta_local tr:nth-child(1) { background-color: #363e61; } table.pasta td { border: 0px solid; padding: 6px; line-height: 1; } table.pasta td { text-align: right; } -- cgit v1.2.3