From f07202ea05d1a01bf7cecb00dd32b00c68d74907 Mon Sep 17 00:00:00 2001 From: Bianca Cheng Costanzo Date: Fri, 1 Jun 2018 16:07:26 +0200 Subject: [PATCH] changed background to whiteSmoke now that everything else is --- client/app/styles/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/app/styles/_variables.scss b/client/app/styles/_variables.scss index 9b62318ce..b9d260791 100644 --- a/client/app/styles/_variables.scss +++ b/client/app/styles/_variables.scss @@ -45,5 +45,5 @@ $search-border-width: 1px; $timeline-height: 55px; /* specific elements */ -$body-background-color: $color-lightgray; +$body-background-color: $color-white-smoke; $label-background-color: transparentize($color-lightgray, 0.3);