Closed (won't fix)
Project:
Beep Edition
Version:
7.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Apr 2014 at 20:08 UTC
Updated:
8 Jun 2015 at 18:06 UTC
Jump to comment: Most recent
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
Comment #1
jpamental commentedI've cleaned a lot of this up in v3, which as a MUCH improved version.