Skip to content

Commit ad80c11

Browse files
committed
Improve tab
1 parent 75868b1 commit ad80c11

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

index.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,8 @@ exports.decorateConfig = config => {
4141
],
4242
css: `
4343
${config.css || ''}
44-
.tabs. .tabs_list .tabs_text {
45-
color: #6272a4;
46-
}
47-
4844
.tab_active:before {
49-
border-color: rgba(255, 106, 193, 0.25);
45+
border-color: rgba(80, 250, 108, .65);
5046
}
5147
`
5248
})

0 commit comments

Comments
 (0)