Commit fd80b240 authored by Robert Lord's avatar Robert Lord

Make every other table row have a different color

parent 28f442e5
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment