Skip to content

Commit

Permalink
fix: Ensure current page is always bolded
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jun 29, 2020
1 parent e5caec0 commit b09e543
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 @@ -86,7 +86,7 @@ button.navLink {
}

.isCurrentPage {
font-weight: bold;
font-weight: bold !important;
}

.filterOn {
Expand Down

0 comments on commit b09e543

Please sign in to comment.