From 715ff542630b6f609147b59f909ce1da6c8be159 Mon Sep 17 00:00:00 2001 From: Bianca Cheng Costanzo Date: Fri, 5 Jan 2018 17:46:45 +0100 Subject: [PATCH] Row alteration coloring --- client/app/styles/_base.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/app/styles/_base.scss b/client/app/styles/_base.scss index 79087ed03..4addf32c2 100644 --- a/client/app/styles/_base.scss +++ b/client/app/styles/_base.scss @@ -2044,7 +2044,7 @@ a { } tr:nth-child(even) { - background: $background-color; + background: $background-darker-secondary-color; } tbody tr {