clapotis-les-canards: use $nav-background to color navigation

This commit is contained in:
Frédéric Péters 2019-06-18 08:28:37 +02:00
parent ce5e537549
commit 69bad2a3c8
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
}
#nav-wrapper {
background: #FAFAFA;
background: $nav-background;
border-top: 1px solid #EAEAEA;
border-bottom: 1px solid #EAEAEA;
margin-bottom: 10px;

View File

@ -3,7 +3,7 @@ $primary-color: #018B9D;
$width: 1160px;
$font-color: #666;
$font-size: 15px;
$nav-background: transparent;
$nav-background: #fafafa;
$nav-submenu-background: #eee;
$nav-submenu-color: #333;
$nav-color: $font-color;