From 6e72d71f5230940e910bcfeac2b9e4a11d75a988 Mon Sep 17 00:00:00 2001 From: Ana Isabel Carvalho Date: Wed, 4 Jun 2014 20:31:08 +0100 Subject: [PATCH] Changed footer color because FAQ section is on hold. --- css/main.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/css/main.css b/css/main.css index a55fb32..063a2e1 100644 --- a/css/main.css +++ b/css/main.css @@ -201,14 +201,13 @@ a:hover, a:focus { #section1, #section3, #section5, -#faq { background: #dcdfe5; } +#footer { background: #dcdfe5; } /* Yellow */ #section2, #section4, -#section6, -#footer { background: #f4eed7; } +#section6 { background: #f4eed7; } /* Layout -- 2.25.1