Skip to content

Commit

Permalink
unbold child items in menu dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
martinseanhunt committed Aug 8, 2022
1 parent 8e34133 commit 816efb4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/styles/GlobalStyles.js
Expand Up @@ -513,6 +513,10 @@ export const baseStyles = injectGlobal`
padding-left: 15px;
}
.sideBarUL .sectionHeading + ul a {
font-weight: normal;
}
.showFrontLine .item a {
color: #1d1e21;
}
Expand Down

0 comments on commit 816efb4

Please sign in to comment.