Skip to content

Commit

Permalink
fix: match font weight on selected top-level nav item
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Aug 9, 2020
1 parent de74639 commit e7fc9ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NavigationItems.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
[data-depth='0'] > & {
padding-left: 0.5rem;
margin-left: -0.5rem;
font-weight: 600;
font-weight: bold;
}
}

Expand Down

0 comments on commit e7fc9ad

Please sign in to comment.