From f7b7ffa29fc89cb6ad7142965999b132b46a68a3 Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Tue, 7 Apr 2015 16:30:29 -0300 Subject: Changing middle pane background color and removing the svg logo --- web-ui/app/scss/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web-ui/app/scss/styles.scss') diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss index 2e47dad7..6dd82c4e 100644 --- a/web-ui/app/scss/styles.scss +++ b/web-ui/app/scss/styles.scss @@ -429,7 +429,7 @@ section { } &#middle-pane { - background: lighten($contrast, 2%); + background: $contrast; @include email-list; } -- cgit v1.2.3