Skip to content

Commit f627f5a

Browse files
author
reco_luan
committed
fix: fix color when open in sidebar
1 parent 8687323 commit f627f5a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

components/SidebarGroup.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export default {
9797
border-left none
9898
9999
.sidebar-heading
100-
color $textColor
100+
color var(--text-color)
101101
transition color .15s ease
102102
cursor pointer
103103
font-size 1.1em
@@ -109,7 +109,7 @@ export default {
109109
margin 0
110110
border-left 0.25rem solid transparent
111111
&.open, &:hover
112-
color var(--text-color)
112+
color $accentColor
113113
.arrow
114114
position relative
115115
top -0.12em

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuepress-theme-reco",
3-
"version": "1.2.0-alpha.12",
3+
"version": "1.2.0-alpha.13",
44
"description": "A simple and beautiful vuepress Blog & Doc theme.",
55
"main": "index.js",
66
"scripts": {
@@ -31,7 +31,7 @@
3131
"@vuepress-reco/vuepress-plugin-extract-code": "1.0.3",
3232
"@vuepress-reco/vuepress-plugin-loading-page": "1.0.5",
3333
"@vuepress-reco/vuepress-plugin-pagation": "1.0.6",
34-
"@vuepress-reco/vuepress-plugin-comments": "1.0.11",
34+
"@vuepress-reco/vuepress-plugin-comments": "1.0.12",
3535
"@vuepress/plugin-medium-zoom": "1.2.0",
3636
"@vuepress/plugin-blog": "1.3.0",
3737
"docsearch.js": "2.5.2",

0 commit comments

Comments
 (0)