scss/foundation/components/_top-bar.scss in zurb-foundation-4.0.0 vs scss/foundation/components/_top-bar.scss in zurb-foundation-4.0.1
- old
+ new
@@ -206,10 +206,10 @@
li {
& > a {
display: block;
width: 100%;
padding: 12px 0 12px $topbar-height / 3;
- color: #fff;
+ color: $topbar-link-color;
font-size: emCalc(13px);
font-weight: bold;
background: $topbar-dropdown-bg;
&:hover { background: darken($topbar-dropdown-bg, 3%); }
\ No newline at end of file