connors511 / dinto-issues

Public issue tracker for https://din.to
0 stars 0 forks source link

Table striping contrast too low in accounting report #14

Closed jonaslb closed 7 years ago

jonaslb commented 7 years ago

The table striping contrast is so low that it's literally invisible. It shouldn't be.

Perhaps, change .table-striped > tbody > tr:nth-of-type(odd) { background-color: #f9f9f9; } to .table-striped > tbody > tr:nth-of-type(odd) { background-color: #e9e9e9; }