From be7ea33085e7408f372e5b64ae88468bdec68018 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Mon, 25 Feb 2019 17:26:52 -0800 Subject: [PATCH] Remove the "every other row" darkening. --- static/scss/style.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/static/scss/style.scss b/static/scss/style.scss index 8a33f50..eb7c394 100644 --- a/static/scss/style.scss +++ b/static/scss/style.scss @@ -252,10 +252,6 @@ table.messages-table { } white-space: nowrap; } - - tr:nth-child(2n) { - background-color: $background-color-dark; - } } div.message {