From cc519c00d68ecd7e4d1d0f4eca18021d3ee707af Mon Sep 17 00:00:00 2001 From: Victoria Wang Date: Fri, 8 May 2015 15:12:58 -0700 Subject: [PATCH] Lightening up file listing background color --- sass/_project-sass/_project-Main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/_project-sass/_project-Main.scss b/sass/_project-sass/_project-Main.scss index 28ab1e23..2b26c73d 100644 --- a/sass/_project-sass/_project-Main.scss +++ b/sass/_project-sass/_project-Main.scss @@ -233,7 +233,7 @@ } .files { float:left; - background: #E4D8CB; + background: #EAE1D5; width: 100%; position: relative; margin-top: 7px;