From fd80b240bd07dc96149e8dd4e0ae1c5469595795 Mon Sep 17 00:00:00 2001 From: Robert Lord Date: Tue, 24 Sep 2013 14:54:42 -0700 Subject: [PATCH] Make every other table row have a different color --- source/stylesheets/all.css.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/stylesheets/all.css.scss b/source/stylesheets/all.css.scss index e4164d1..6e14987 100644 --- a/source/stylesheets/all.css.scss +++ b/source/stylesheets/all.css.scss @@ -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 {