]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
uses topbar-link-weight variable 1643/head
authorJesse Pollak <jpollak92@gmail.com>
Fri, 1 Mar 2013 21:07:06 +0000 (13:07 -0800)
committerJesse Pollak <jpollak92@gmail.com>
Fri, 1 Mar 2013 21:07:06 +0000 (13:07 -0800)
scss/foundation/components/_top-bar.scss

index 587f9f93220318f925bf551b19e0b90049912480..87c0a8c525f89229232984eb16f5e569c222c826 100644 (file)
@@ -210,7 +210,7 @@ $topbar-media-query: "only screen and (min-width:"#{$topbar-breakpoint}")" !defa
       padding: 12px 0 12px $topbar-height / 3;
       color: $topbar-link-color;
       font-size: $topbar-link-font-size;
-      font-weight: bold;
+      font-weight: $topbar-link-weight;
       background: $topbar-dropdown-bg;
 
       &:hover { background: darken($topbar-dropdown-bg, 3%); }