From ddb68e0a8f1b89bb6c9f3bb0ce809ec17939dadf Mon Sep 17 00:00:00 2001 From: Kevin White Date: Fri, 11 Sep 2015 08:06:49 +0100 Subject: [PATCH] Make only current nav item bold #211 --- source/stylesheets/main.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/stylesheets/main.scss b/source/stylesheets/main.scss index 7cb2559e..4ae3774e 100644 --- a/source/stylesheets/main.scss +++ b/source/stylesheets/main.scss @@ -116,12 +116,12 @@ $wai_grey: #333333; nav.section { margin-bottom: 1em; background: lighten($wai_grey_bg, 5%); - font-weight: bold; padding: 1em; border-radius: 3px; p { margin: 0 0 0.5em 0; font-size: 130%; + font-weight: bold; } h2 { @extend .visuallyhidden; @@ -134,6 +134,7 @@ $wai_grey: #333333; li { padding: 0; &.current { + font-weight: bold; &:before { color: $wai_red; content: "ยป";