diff --git a/html/main.css b/html/main.css index 781cdf5..71ed421 100644 --- a/html/main.css +++ b/html/main.css @@ -143,6 +143,9 @@ table.transfers tr:first-child td, table.transfers tr:nth-last-child(2) td, tabl table.transfers tr:first-child td { font-weight: 600; } +table.transfers tr:first-child td, table.transfers tr:nth-last-child(2) td, .transfers tr:last-child td { + background-color: #f0f5fb; +} /* Table stripes */ @@ -164,7 +167,8 @@ tr.candidate.votes td.excluded:nth-child(odd) { } tr.info.stage-kind td:nth-child(odd), tr.info.transfers td:nth-child(even), -tr.info.votes td:nth-child(odd) { +tr.info.votes td:nth-child(odd), +table.transfers tr:first-child td:nth-child(even), table.transfers tr:nth-last-child(2) td:nth-child(even), .transfers tr:last-child td:nth-child(even) { background-color: #e8eef7; }