Skip to content

Commit 3e47a20

Browse files
committed
feat($theme-default): unify the text color of sidebar heading text and root-level sidebar link
1 parent 05e793f commit 3e47a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vuepress/theme-default/components/SidebarGroup.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export default {
9797
border-left none
9898
9999
.sidebar-heading
100-
color #999
100+
color $textColor
101101
transition color .15s ease
102102
cursor pointer
103103
font-size 1.1em

0 commit comments

Comments
 (0)