1
0
Fork 0
mirror of https://gitlab.com/SIGBUS/nyaa.git synced 2024-12-22 08:10:03 +00:00

Remove torrent list bg color for odd rows

This commit is contained in:
Ricardo Ribeiro 2017-05-13 14:06:58 +01:00
parent 2e30a7be84
commit c14649bfb4

View file

@ -89,3 +89,6 @@ table.torrent-list thead th.sorting_desc:after {
margin-bottom: 10px;
}
}
.table-striped>tbody>tr:nth-of-type(odd) {
background-color: white;
}