We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be awesome if we had some customization when it comes to the display colors of the different stats. :)
The text was updated successfully, but these errors were encountered:
Also hoping for this. Seems like it was available at some time in the past, but no longer.
Sorry, something went wrong.
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.
No branches or pull requests
It would be awesome if we had some customization when it comes to the display colors of the different stats. :)
The text was updated successfully, but these errors were encountered: