diff --git a/less/tables.less b/less/tables.less index 1189924..a3b3f58 100644 --- a/less/tables.less +++ b/less/tables.less @@ -10,5 +10,5 @@ table { } tbody tr:nth-child(2n-1) { - background: #CCC; + background: #ccc; /* Shade every other table row */ }