Add table row coloring to help break it up

This commit is contained in:
Joshua Goins 2022-10-26 09:21:26 -04:00
parent f71840b298
commit 461d39c485

View file

@ -109,6 +109,10 @@ td {
text-align: center; text-align: center;
} }
tr:nth-child(even) {
background-color: #e2d9d9;
}
table { table {
width: 100%; width: 100%;
} }