Search code examples
reactjs

How do I change the background color of the body?


I'm using React.js and want to change the background color of the entire page. I can't figure out how to do this. Please help, thank you.

Edit (Sep 2 '18): I have a project on GitHub that I'm linking here. I don't have this project online right now, but in the /client folder is the client server. Check it out. This is how I answered the question.


Solution

  • It's been a while since I asked this question. What I've started doing since then is using Facebook's create-react-app setup, and editing CSS files directly.