get the header bg color to be closer to the one on the image

This commit is contained in:
Juan Ruiz Echazu 2014-02-25 13:10:40 -03:00
parent 5657a950c8
commit f8ec15385d
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;