coopdevs / coopdevs-old-web

coopdevs.org content
http://coopdevs.org
2 stars 10 forks source link

Unhardcode footer's background color #80

Closed sauloperez closed 4 years ago

sauloperez commented 4 years ago

We should remove the following styling

https://github.com/coopdevs/coopdevs.github.io/blob/20a38b214ffc201f17ba7f00f79ec16dfeacfad5/_includes/footer.html#L1

to a TailwindCSS color in

https://github.com/coopdevs/coopdevs.github.io/blob/20a38b214ffc201f17ba7f00f79ec16dfeacfad5/_includes/tailwind.config.js#L6

as gray 100. I don't see any DOM element using the existing gray 100 so we should be able to replace it.

estim commented 4 years ago

I'll take it. Has never dealt with Tailwind but will try my best!

sauloperez commented 4 years ago

Thanks @estim ! and welcome to Coopdevs! I felt in love with Tailwind CSS recently!

sauloperez commented 4 years ago

Closed by https://github.com/coopdevs/coopdevs.github.io/pull/83