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

View File

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