codersforcauses / coexist

https://coexist-events.vercel.app
MIT License
6 stars 0 forks source link

Issue 48 convert colours in global css to hex #51

Closed KKatariah closed 1 month ago

KKatariah commented 2 months ago

Change Summary

Changed tailwind config from --hsl convert to --hex. Changed globals.css colours from hsl to hex.

Change Form

Other Information

N/A

Related issue

vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
coexist ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 17, 2024 4:27am
KKatariah commented 2 months ago

changed from hex to rgb values since the previews work in VSC and people are more familiar with it than hsl anyway

K-Straiton commented 1 month ago

Unfortunately, in order to have the colour previews in the global.css it needs to have the colour space, however tailwind doesn't work when the colourspace is specified. Better to keep is as is for now. Closing the issue.