Make every other table row have a different color

This commit is contained in:
Robert Lord 2013-09-24 14:54:42 -07:00
parent 28f442e529
commit fd80b240bd

View file

@ -141,6 +141,10 @@ html, body {
tr:nth-child(even) {
background-color: lighten($main-bg,4.7%);
}
tr:nth-child(2n+3) {
background-color: lighten($main-bg,1.7%);
}
}
h1#bigtitle {