Update
This commit is contained in:
parent
cd0c3c66da
commit
377f866d4d
2 changed files with 3 additions and 3 deletions
|
@ -70,14 +70,13 @@ $topbar-link-color-active-hover: #000;
|
|||
|
||||
$topbar-dropdown-label-color: $ci-2;
|
||||
$topbar-dropdown-link-bg-hover: $ci-6;
|
||||
$topbar-dropdown-bg: $ci-6; // Hintergrund kleine Navigation
|
||||
|
||||
$topbar-link-bg-active: $ci-6; // Aktiver ausgewählter Menupunkt
|
||||
$topbar-link-bg-active: $ci-6; // Active Navigation Link
|
||||
$topbar-link-bg-hover: $ci-6;
|
||||
$topbar-link-bg-active-hover: $ci-2;
|
||||
|
||||
|
||||
$topbar-dropdown-bg: $ci-6; // Hintergrund kleine Navigation
|
||||
$topbar-dropdown-bg: $ci-6; // Background Mobile Navigation
|
||||
$topbar-dropdown-link-color: #000;
|
||||
$topbar-dropdown-link-bg: $ci-2;
|
||||
|
||||
|
|
Reference in a new issue