From 3e47a20216e0493b1c6d7bf646ed422f51cba7dc Mon Sep 17 00:00:00 2001 From: ULIVZ <472590061@qq.com> Date: Fri, 8 Feb 2019 23:29:34 +0800 Subject: [PATCH] feat($theme-default): unify the text color of sidebar heading text and root-level sidebar link --- packages/@vuepress/theme-default/components/SidebarGroup.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@vuepress/theme-default/components/SidebarGroup.vue b/packages/@vuepress/theme-default/components/SidebarGroup.vue index 3cc11c4b12..1675935611 100644 --- a/packages/@vuepress/theme-default/components/SidebarGroup.vue +++ b/packages/@vuepress/theme-default/components/SidebarGroup.vue @@ -97,7 +97,7 @@ export default { border-left none .sidebar-heading - color #999 + color $textColor transition color .15s ease cursor pointer font-size 1.1em