Row alteration coloring

This commit is contained in:
Bianca Cheng Costanzo
2018-01-05 17:46:45 +01:00
parent fcaa622578
commit 715ff54263

View File

@@ -2044,7 +2044,7 @@ a {
}
tr:nth-child(even) {
background: $background-color;
background: $background-darker-secondary-color;
}
tbody tr {