79270189

Date: 2024-12-11 01:00:19
Score: 1
Natty:
Report link

If you only want to change between two colors, you can try editing it on the css directly.

tr:nth-of-type(even) td {
  background: #d9dcde;
}

tr:nth-of-type(odd) td {
  background: #e3bfcd;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: João Calapez