From f8ec15385dcbfd7b39da744480a2413388744e45 Mon Sep 17 00:00:00 2001 From: Juan Ruiz Echazu Date: Tue, 25 Feb 2014 13:10:40 -0300 Subject: [PATCH] get the header bg color to be closer to the one on the image --- css/_header.scss | 2 +- css/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/_header.scss b/css/_header.scss index 8752625..199b8d1 100644 --- a/css/_header.scss +++ b/css/_header.scss @@ -1,7 +1,7 @@ #header { height: 670px; overflow: hidden; - background: url(../images/bg-header.jpg) no-repeat center top #0e1226; + background: url(../images/bg-header.jpg) no-repeat center top #0a0b28; color: #fff; text-align: center; font-size: 24px; diff --git a/css/style.css b/css/style.css index f11e412..d910e2a 100755 --- a/css/style.css +++ b/css/style.css @@ -2783,7 +2783,7 @@ h5 { #header { height: 670px; overflow: hidden; - background: url(../images/bg-header.jpg) no-repeat center top #0e1226; + background: url(../images/bg-header.jpg) no-repeat center top #0a0b28; color: #fff; text-align: center; font-size: 24px;