mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-12-22 13:49:59 +00:00
Remove torrent list bg color for odd rows
This commit is contained in:
parent
2e30a7be84
commit
c14649bfb4
|
@ -89,3 +89,6 @@ table.torrent-list thead th.sorting_desc:after {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.table-striped>tbody>tr:nth-of-type(odd) {
|
||||||
|
background-color: white;
|
||||||
|
}
|
Loading…
Reference in a new issue