Added config background header and background img

* Params for configure background color in header and nav
* Background img is used only if it is defined in _config.yml
This commit is contained in:
Jorge Arias 2015-11-11 03:56:45 -03:00
parent 0a5a735a8e
commit f37c982fc7
2 changed files with 29 additions and 17 deletions

View file

@ -5,3 +5,11 @@ $dark: #000;
$light: #fff;
$header-text-shadow: true;
$header-background-color: $dark;
$intro-text-color: $light;
$navbar-color: #fff;
$navbar-lg-collapse-background-color: $header-background-color;
$navbar-lg-background: transparent;
$navbar-sm-background-color: $navbar-lg-collapse-background-color;
$social-buttons-color: $primary;