Closed jonaslb closed 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; }
.table-striped > tbody > tr:nth-of-type(odd) { background-color: #f9f9f9; }
.table-striped > tbody > tr:nth-of-type(odd) { background-color: #e9e9e9; }
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; }