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:
parent
0a5a735a8e
commit
f37c982fc7
2 changed files with 29 additions and 17 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue