trying even background again
authorian <ian@gaslightmedia.com>
Tue, 2 Jun 2015 19:27:01 +0000 (15:27 -0400)
committerian <ian@gaslightmedia.com>
Tue, 2 Jun 2015 19:27:01 +0000 (15:27 -0400)
scss/_main.scss

index 312c132..d935356 100644 (file)
@@ -24,12 +24,12 @@ main {
             }
         }
     }
-    .cheese {
+    table.cheese {
         tbody {
             tr {
                 vertical-align: top;
-                &:nth-child(even) {
-                    background-color: #faf8ec;
+                &:nth-of-type(2n) {
+                    background: #faf8ec;
                 }
             }
         }