diff --git a/sass/_table.scss b/sass/_table.scss index 9cc0ad5..8f6b9e1 100644 --- a/sass/_table.scss +++ b/sass/_table.scss @@ -9,7 +9,7 @@ table { } tbody tr:nth-child(2n-1) { - background: #ccc; + background: #ccc; /* Shade every other table row */ } .table {