neu-fi / regen-bingo

Monorepo for both backend and contract developments of Regen Bingo!
https://regen.bingo
2 stars 1 forks source link

Remove custom colors #64

Open hantuzun opened 1 year ago

hantuzun commented 1 year ago

This commit introduced custom colors to the project: https://github.com/neu-fi/regen-bingo/commit/52d68a8c66ca1ce9147627f0c1c5c39937922e74

Tailwind has plethora of colors and we should use them: https://tailwindcss.com/docs/customizing-colors

The primary reason for using Tailwind is not to maintain css and to be able to understand class names. Read https://tailwindcss.com/docs/utility-first for more details.