Annie-McElroy / the-village

Mobile-first application that allows users to share childcare-related resources. Users can set up their own village or join an existing village and submit childcare-related requests and trade "crayons" (points) with other villagers.
MIT License
1 stars 1 forks source link

applying custom color palette using theme.js #27

Closed CypherNyx closed 1 year ago

CypherNyx commented 1 year ago

Our custom color palette is now applied and available for all buttons and components

`:root { --primary: #00425A; --secondary: #FC7300; --terciary: #1F8A70; --highlight: #BFDB38;

}`