My Carbon Footprint - A platform that aims to educate individuals on their contributions of greenhouse gasses and what they can do to lessen their carbon footprint
4
stars
0
forks
source link
Adjusted Tailwind Configuration to match color theme from style guide #61
Added color themes to the tailwind configuration to match up with the style guide as well as be usable with the Flowbite-React components.
This will allow use of classes like bg-primary, bg-secondary and bg-dark that correspond with 'lime green', 'dark green' and 'dark gray' from the style guide, respectively.
For Flowbite-React components utilizing color='success' and color='dark', should achieve similar results as above for the 'lime green' and 'dark gray' colors from the style guide, respectively.
Added color themes to the tailwind configuration to match up with the style guide as well as be usable with the Flowbite-React components.
bg-primary
,bg-secondary
andbg-dark
that correspond with 'lime green', 'dark green' and 'dark gray' from the style guide, respectively.color='success'
andcolor='dark'
, should achieve similar results as above for the 'lime green' and 'dark gray' colors from the style guide, respectively.Added react-icons package
Closes #60