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

Css #82

Open
D3troit98 opened this issue Jul 14, 2022 · 2 comments
Open

Css #82

D3troit98 opened this issue Jul 14, 2022 · 2 comments

Comments

@D3troit98
Copy link

How do I change the colour of the background or any other stuff? Doesn't seem to work

@D3troit98
Copy link
Author

Can you have a way to show how to edit the CSS? I'm having issues with it

@ndikumanaisaie
Copy link

Hi! If you want to change the background or any CSS style kindly go to App.css and play with it. Below I gave you an example. If you want to change colors modify those CSS variables from the root Id.

:root { --text-primary: #000; --bgPrimary: #fff; --bgSecondary: #f9f9f9; --pink: #0071bd; --light-blue: #e6f7ff; --border: #d9d9d9; }

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