In _base.scss there is both
line 139
$nav-color-link: #fff;
$nav-color-visited: #fff;
$nav-color-hover: $color-gray;
$nav-color-active: #fff;

and
line 158
$color-nav-link: $color-gray-lt;
$color-nav-visited: $color-gray-lt;
$color-nav-hover: #fff;
$color-nav-active: #fff;

These should be clarified and reconciled.

Comments

jpamental’s picture

Status: Active » Closed (won't fix)

I've cleaned a lot of this up in v3, which as a MUCH improved version.