project_cryptoverse icon indicating copy to clipboard operation
project_cryptoverse copied to clipboard

Css

Open D3troit98 opened this issue 2 years ago • 2 comments

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

D3troit98 avatar Jul 14 '22 08:07 D3troit98

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

D3troit98 avatar Jul 14 '22 08:07 D3troit98

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; }

ndikumanaisaie avatar Jul 14 '22 10:07 ndikumanaisaie