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
I try to change the color of stars with these css
`:root { --gl-star-color: #FF7A00; /* if using SVG images / --gl-star-color-inactive: #d9d9d9; / if using SVG images */
}`
however the color of the stars are not chnaging. Are there anything i should do in order to chnage the color of the star?
The text was updated successfully, but these errors were encountered:
Try this:
:root body { --gl-star-color: pink; }
Sorry, something went wrong.
it is still not working, i saw that there are a background image in the span, is there a specific i need to change in order to apply the color
No branches or pull requests
I try to change the color of stars with these css
`:root {
--gl-star-color: #FF7A00; /* if using SVG images /
--gl-star-color-inactive: #d9d9d9; / if using SVG images */
}`
however the color of the stars are not chnaging. Are there anything i should do in order to chnage the color of the star?
The text was updated successfully, but these errors were encountered: