Remove the "every other row" darkening.

This commit is contained in:
Danila Fedorin 2019-02-25 17:26:52 -08:00
parent ce1580926c
commit be7ea33085
1 changed files with 0 additions and 4 deletions

View File

@ -252,10 +252,6 @@ table.messages-table {
}
white-space: nowrap;
}
tr:nth-child(2n) {
background-color: $background-color-dark;
}
}
div.message {