Skip to content

Commit

Permalink
Make only current nav item bold #211
Browse files Browse the repository at this point in the history
  • Loading branch information
iadawn committed Sep 11, 2015
1 parent 75abf59 commit ddb68e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/stylesheets/main.scss
Expand Up @@ -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;
Expand All @@ -134,6 +134,7 @@ $wai_grey: #333333;
li {
padding: 0;
&.current {
font-weight: bold;
&:before {
color: $wai_red;
content: "»";
Expand Down

0 comments on commit ddb68e0

Please sign in to comment.