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/index.html | 23 +---------------------- web-ui/app/scss/styles.scss | 2 +- 2 files changed, 2 insertions(+), 23 deletions(-) (limited to 'web-ui') diff --git a/web-ui/app/index.html b/web-ui/app/index.html index 503cdde6..1fa499bf 100644 --- a/web-ui/app/index.html +++ b/web-ui/app/index.html @@ -21,28 +21,7 @@
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