|
|
|
@ -1584,7 +1584,7 @@ class core extends common {
|
|
|
|
|
$css .= 'header span{color:' . $colors['normal'] . ';font-family:"' . str_replace('+', ' ', $this->getData(['theme', 'header', 'font'])) . '",sans-serif;font-weight:' . $this->getData(['theme', 'header', 'fontWeight']) . ';font-size:' . $this->getData(['theme', 'header', 'fontSize']) . ';text-transform:' . $this->getData(['theme', 'header', 'textTransform']) . '}';
|
|
|
|
|
// Menu
|
|
|
|
|
$colors = helper::colorVariants($this->getData(['theme', 'menu', 'backgroundColor']));
|
|
|
|
|
$css .= 'nav,nav a{background-color:' . $colors['normal'] . '}';
|
|
|
|
|
$css .= 'nav,nav .navLevel2 a{background-color:' . $colors['normal'] . '}';
|
|
|
|
|
$css .= 'nav a,#toggle span,nav a:hover{color:' . $this->getData(['theme', 'menu', 'textColor']) . '}';
|
|
|
|
|
$css .= 'nav a:hover{background-color:' . $colors['darken'] . '}';
|
|
|
|
|
$css .= 'nav a.active{color:' . $this->getData(['theme','menu','activeTextColor']) . ';}';
|
|
|
|
|