Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

how to change tab inactive text color? #41

Open
xshadowlegendx opened this issue Dec 27, 2018 · 1 comment
Open

how to change tab inactive text color? #41

xshadowlegendx opened this issue Dec 27, 2018 · 1 comment

Comments

@xshadowlegendx
Copy link

xshadowlegendx commented Dec 27, 2018

I have tried add css like below:

// .hyper.js
...
css: `
  #hyper .tab_tab {color: rgba(255, 255, 255, .3) !important;}
`;
...

But it did not work

@traviskroberts
Copy link

@xshadowlegendx You need to drop the #hyper from the style declaration.

css: `
  .tab_tab { color: rgba(255, 255, 255, .3) !important; }
`;

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants