From e498aa0408f7cc6ec35ae016014ae6e976b01aca Mon Sep 17 00:00:00 2001 From: Jason Costello Date: Mon, 13 Feb 2017 16:28:37 -0800 Subject: [PATCH] bold active docs nav item --- website/source/assets/stylesheets/_docs.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/source/assets/stylesheets/_docs.scss b/website/source/assets/stylesheets/_docs.scss index 239dde759..132c4ba20 100755 --- a/website/source/assets/stylesheets/_docs.scss +++ b/website/source/assets/stylesheets/_docs.scss @@ -101,7 +101,6 @@ body.layout-intro{ padding-bottom: 15px; font-family: "Klavika-web"; font-size: 16px; - font-weight: 500; :last-child{ border-bottom: none; @@ -141,7 +140,7 @@ body.layout-intro{ &.active { >a{ color: lighten($purple, 4%); - font-weight: 500; + font-weight: 600; } &:before{