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