|
|
|
@ -1172,7 +1172,8 @@ class core extends common {
|
|
|
|
|
$css .= 'nav a.active{background-color:' . $this->getData(['theme','menu','activeColor']) . '}';
|
|
|
|
|
$color2 = helper::colorVariants($this->getData(['theme', 'menu', 'textColor']));
|
|
|
|
|
$css .= 'nav a.active{color:' . $color2['text'] . '}';
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
$css .= 'nav #burgerText{color:' . $colors['text'] . '}';
|
|
|
|
|
$css .= 'nav .navLevel1 a.active {border-radius:' . $this->getData(['theme', 'menu', 'radius']) . '}';
|
|
|
|
|
$css .= '#menu{text-align:' . $this->getData(['theme', 'menu', 'textAlign']) . '}';
|
|
|
|
|
if($this->getData(['theme', 'menu', 'margin'])) {
|
|
|
|
|