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

Nested font color doesn't change #3571

Open
fengints opened this issue Sep 6, 2024 · 0 comments
Open

Nested font color doesn't change #3571

fengints opened this issue Sep 6, 2024 · 0 comments
Labels

Comments

@fengints
Copy link

fengints commented Sep 6, 2024

Changing nested font color doesn't change it
This works as expected, color of the center module is red

.modules-center {
    color: red;
}

But this doesn't, color of the center module is still white

* {
    color: white;
}

.modules-center {
    color: red;
}
@github-actions github-actions bot added the custom label Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant