Reputation: 3806
I have multiple components in react project and What I'm trying to do is set all the text on the page to white .
This is the index.css file :
:root {
color: white !important;
}
But it's not working so How can I set every text rendered on the page to white ?
Upvotes: 0
Views: 201