Kaifuny / vuepress-plugin-tabs

Vuepress plugin - Tabs Container for Vuepress
https://superbiger.github.io/vuepress-plugin-tabs/
Other
34 stars 14 forks source link

Change theme color #12

Open amitse opened 4 years ago

amitse commented 4 years ago

How can I change primary text color of the tabs?

diogotcorreia commented 4 years ago

@amitse Add this to .vuepress/styles/index.styl:

.el-tabs__item.is-active
  color: $accentColor !important

.el-tabs__item:not(.is-disabled):hover
  color: $accentColor !important