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

Cannot apply style #22

Open
she-kelvin opened this issue Mar 27, 2024 · 2 comments
Open

Cannot apply style #22

she-kelvin opened this issue Mar 27, 2024 · 2 comments

Comments

@she-kelvin
Copy link

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?

@pryley
Copy link
Owner

pryley commented Mar 27, 2024

Try this:

:root body {
  --gl-star-color: pink;
}

@she-kelvin
Copy link
Author

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

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

2 participants