|
@@ -146,8 +146,7 @@
|
|
a {
|
|
a {
|
|
color: #{map-deep-get($config-header, "main-nav", "color", "link")};
|
|
color: #{map-deep-get($config-header, "main-nav", "color", "link")};
|
|
display: block;
|
|
display: block;
|
|
- font-family: #{map-deep-get($config-header, "main-nav", "font", "family")}; // For browsers without support for CSS variables.
|
|
|
|
- font-family: var( #{map-deep-get($config-header, "main-nav", "font", "family-css-variable")}, #{map-deep-get($config-header, "main-nav", "font", "family")} );
|
|
|
|
|
|
+ @include font-family( map-deep-get($config-header, "main-nav", "font", "family" ) );
|
|
font-weight: #{map-deep-get($config-header, "main-nav", "font", "weight")};
|
|
font-weight: #{map-deep-get($config-header, "main-nav", "font", "weight")};
|
|
padding: #{0.5 * map-deep-get($config-header, "main-nav", "link-padding")} 0;
|
|
padding: #{0.5 * map-deep-get($config-header, "main-nav", "link-padding")} 0;
|
|
|
|
|