Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom Colors for Hyperline stats. #196

Open
Alex-Saber opened this issue Aug 20, 2020 · 2 comments
Open

Custom Colors for Hyperline stats. #196

Alex-Saber opened this issue Aug 20, 2020 · 2 comments

Comments

@Alex-Saber
Copy link

It would be awesome if we had some customization when it comes to the display colors of the different stats. :)

@jamiedoris
Copy link

Also hoping for this. Seems like it was available at some time in the past, but no longer.

@michaelshumshum
Copy link

you can use the :nth-child() selector in CSS to manipulate the styles of individual stats.

div.jsx-1196914242.wrapper:nth-child(N) {
  color: red;
}

N being the index of the stat in the DOM.

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

No branches or pull requests

3 participants