Change link color in topbar dropdowns to honor the variable designed to configure them "$topbar-dropdown-link-color". It was changed originally from a static "#fff" to "$topbar-link-color" here: https://github.com/zurb/foundation/commit/
1daa251f954fc7191b12b8a5253f1ffba7bce483
display: block;
width: 100%;
padding: 12px 0 12px $topbar-height / 3;
- color: $topbar-link-color;
+ color: $topbar-dropdown-link-color;
font-size: $topbar-link-font-size;
font-weight: $topbar-link-weight;
background: $topbar-dropdown-bg;