Skip to content

Commit

Permalink
feat($theme-default): highlight sidebar link text at root level like …
Browse files Browse the repository at this point in the history
…sidebar group heading text
  • Loading branch information
ulivz committed Feb 8, 2019
1 parent 213bb34 commit 05e793f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/@vuepress/theme-default/components/Sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ export default {
padding 0.5rem 0 0.5rem 1.5rem
& > .sidebar-links
padding 1.5rem 0
& > li > a.sidebar-link
font-size 1.1em
line-height 1.7
font-weight bold
& > li:not(:first-child)
margin-top .75rem
Expand Down

0 comments on commit 05e793f

Please sign in to comment.