diff --git a/nyaa/static/css/main.css b/nyaa/static/css/main.css index 46cc261..6ef8d78 100644 --- a/nyaa/static/css/main.css +++ b/nyaa/static/css/main.css @@ -88,4 +88,7 @@ table.torrent-list thead th.sorting_desc:after { margin-left: 20px; margin-bottom: 10px; } +} +.table-striped>tbody>tr:nth-of-type(odd) { + background-color: white; } \ No newline at end of file