MatchTable.css 222 B

123456789101112131415
  1. table th {
  2. font-weight: bold;
  3. }
  4. th td {
  5. border-bottom: 1px solid #ddd;
  6. }
  7. table.alternate tr:nth-child(odd) {
  8. background-color: #888888;
  9. }
  10. table.alternate tr:nth-child(even) {
  11. background-color: #BBBBBB;
  12. }